因为在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