因為在centos7把mysql-server源移除,所以不能直接yum安裝
方法:
(1)、下載mysql的repo源
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
(2)、安裝mysql-community-release-el7.5.noarch.rpm包
rpm -ivh mysql-community-release-el7-5.noarch.rpm
(3)、安裝mysql-server
yum -y install mysql-server