BenjaminYang In solitude, where we are least alone

centos7 yum安装mysql5.7

操作系统:centos7.1

数据库版本:mysql5.7.21 社区版

1.下载rpm包

wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
rpm -ivh mysql57-community-release-el7-8.noarch.rpm

rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm    #5.6的下载源

2.直接yum安装

yum install mysql-community-server -y

3.开启

systemctl start mysqld;systemctl enable mysqld

4.查看状态

systemctl status mysqld

 

 

posted @ 2018-03-31 11:04  benjamin杨  阅读(223)  评论(0编辑  收藏  举报