0 安装从网上下载文件的wget命令 如已经安装wget可以省略此步
yum -y install wget
从 MySQL 官网选取合适的 MySQL 版本,获取下载地址 然后使用 wget 下载:
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
centos 8 安装mysql-server
原文:https://www.cnblogs.com/polax/p/13904817.html