下载wget命令
yum -y install wget
在线下载mysql安装包
wget https://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
安装的过程中有可能出现秘钥过期,如下图:
解决办法:
rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
再次安装,如下图:
启动MySQL
systemctl start mysqld