摘要:
nginx编译安装步骤 ①. 检查软件安装的系统环境 cat /etc/redhat-release uname -r ②. 安装nginx的依赖包(pcre-devel openssl-devel) 假设不进行安装 yum install -y pcre-devel openssl-devel ③ 阅读全文
摘要:
阅读全文
摘要:
[root@web108 tools]# ###开始装mysql 1添加用户 [root@web108 tools]# useradd -s /sbin/nologin -M mysql 2解压 [root@web108 tools]# tar xf mysql-5.6.34-linux-glibc 阅读全文