CentOS 7 + Apache + PHP + MySql + EduSoho
版权声明:转载请注明出处:http://blog.csdn.net/dajitui2024 https://blog.csdn.net/dajitui2024/article/details/79396625 参考:http://www.qiqiuyu.com/course/20/task/1599/show 1、更新系统,安装第三方源并更换默认防火墙 1.1安装第三方源如果系统没有安装wget,首先安装wget工具: sudo yum install wget 远程下载mysql官方源并安装源: wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm 执行ls -1 /etc/yum.repos.d/mysql-community*,如果发现有两个仓库文件存在,如下显示,就说明安装成功: /etc/yum.repos.d/mysql-community.repo /etc/yum.repos.d...