安装mysql5.7的yum源
下载地址
https://repo.mysql.com//yum/mysql-5.7-community/el/7/x86_64/mysql57-community-release-el7-10.noarch.rpm
或者下载到本地在上传到centos上
rpm -ivh https://repo.mysql.com//yum/mysql-5.7-community/el/7/x86_64/mysql57-community-release-el7-10.noarch.rpm
安装完后多了两个mysql5.7的源
yum更新
yum list
安装mysql5.7
yum -y install mysql-community-server
(注意:官方的镜像源下载比较慢)
(可以用163.com的源)
http://mirrors.163.com/mysql/Downloads/MySQL-5.7/
移走mysql-community-source.repo
修改mysql-community.repo
然后在进行安装,会快很多