
centOS6.5
lzq123_1
这个作者很懒,什么都没留下…
展开
-
CentOS6.5,7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14
一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装i转载 2015-06-04 11:20:57 · 938 阅读 · 0 评论 -
Linux 安装 mysql5.7.7-64位
1 创建mysql用户和用户组,并下载MySQL5.7.7版本 #######新建mysql用户和mysql组 [root@typecodes ~]# groupadd -r mysql && useradd -r -g mysql -s /bin/false -M mysql [root@typecodes ~]# wget -c http://git.typecodes.com/lib原创 2015-12-07 14:54:30 · 1229 阅读 · 0 评论