下载rpm文件
替换yum源
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
阿里云
yum clean all
yum makecache
安装MySQL数据库
- yum install mysql-community-server -y
(-y的作用时不需要确认安装那些程序包,直接进入安装环节)