今天安裝mysql5.7的時候出現了點問題,最後更換yum源解決了,把這個記錄一下mysql
yum install -y wget
cd /etc/yum.repos.d/ mv CentOS-Base.repo CentOS-Base.repo.back
wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
yum clean all yum makecache