一、1、概述:官方网站:MySQL官网:https://www.mysql.com/mariadb官网:https://mariadb.com/官方文档:MySQL:https://dev.mysql.com/doc/Mariadb:https://mariadb.com/kb/en版本演变:MySQL:5.1(centos6.x)——>5.5——>5.6——>5.7MariaD
分类:
数据库 时间:
2020-11-24 12:21:21
阅读次数:
9
1、首先安装JDK yum -y install java-1.7.0-openjdk-devel.x86_64 2、安装jenkins 配置yum源: (1)配置yum源: wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.or ...
分类:
系统相关 时间:
2020-11-24 12:18:21
阅读次数:
10
一、挂载光盘 [root@localhost ~]# mount /dev/cdrom /mnt/cdrom/ 二、让网络yum源文件失效 [root@localhost]@ cd /etc/yum.repos.d/ [root@localhost yum.repos.d]# mv CentOS-B ...
分类:
系统相关 时间:
2020-11-24 12:10:37
阅读次数:
12
手动下载安装nginx 需要的安装依赖包 登录可连接公网的一台机器, 配置 nginx.repo yum源 cat nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/$releasever/$bas ...
分类:
其他好文 时间:
2020-11-23 12:47:29
阅读次数:
23
安装依赖库yum-yinstallgccgcc-c++zlibzlib-develncursesncurses-devellibaiolibaio-devel1、下载mysql8.0.20wgethttps://mirrors.tuna.tsinghua.edu.cn/mysql/downloads/MySQL-8.0/mysql-8.0.20-el7-x86_64.tar.gz2、解压mysql
分类:
数据库 时间:
2020-11-23 12:24:47
阅读次数:
10
1.安装 yum install vsftpd -y 2.匿名默认ftp目录/var/ftp/pub,配置文件位置 /etc/vsftpd/vsftpd.conf 取消以下两行的注释 anon_upload_enable=YES anon_mkdir_write_enable=YES 3.设置/va ...
分类:
其他好文 时间:
2020-11-23 12:14:08
阅读次数:
5
ZABBIX监控平台部署(LAMP+ZABBIX.Server.YUM源安装部署)1、Zabbix Server端和Zabbix Agent执行如下代码:<!--more-->Zabbix监控平台部署,至少需要安装四个组件,分别是Zabbix_Server、Zabbix_Web、Databases、 ...
分类:
其他好文 时间:
2020-11-23 12:13:31
阅读次数:
6
1.安装centos 7 2.使用root登陆系统,更新系统及所有软件按到最新 yum update -y && reboot 3.安装vim、samba yum install vim samba -y 4.配置文件在/etc/samba/smb.conf [global] workgroup = ...
分类:
其他好文 时间:
2020-11-23 12:12:07
阅读次数:
7
问题一: [root@cdeba90ec46e ~]# ./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module bash: ./configure: No such fil ...
分类:
其他好文 时间:
2020-11-23 12:11:38
阅读次数:
5
最近生产环境在这两个参数之间遇到过几次坑。这里记录下。 client_max_body_size client_max_body_size 默认 1M,表示 客户端请求服务器最大允许大小,在“Content-Length”请求头中指定。如果请求的正文数据大于client_max_body_size, ...
分类:
其他好文 时间:
2020-11-23 12:01:24
阅读次数:
6