二、安装及配置
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
rpm -ivh mysql-community-release-el7-5.noarch.rpm
yum repolist all | grep mysql
安装MYSQL数据库
yum install mysql-community-server -y
设置为开机启动
chkconfig --list | grep mysqld
chkconfig mysqld on
原文:http://blog.51cto.com/zjunzz/2298636