Error: mysql57-community-release conflicts with mysql-community-release-el6-5.noarch的解决方法

1.使用yum报错的解决方法

yum -y install mysql57-community-release-el7-10.noarch.rpm
1.报错node

2.解决方法:mysql

(1)rpm -qa |grep mysql 查看内容
sql

(2)卸载mysql-community-release-el7-5.noarchspa

rpm -e --nodeps mysql-community-release-el7-5.noarch.net

(3)再次更新:没有yum源blog

yum -y install mysql57-community-release-el7-10.noarch.rpmget

(4)查看所有yum源it

[root@localhost yum.repos.d]# yum repolist allclass

(5)由上图可知没有MySQL官方的 Yum Repository,需从新下载。参考文章http://www.javashuo.com/article/p-tdknavse-hs.html下载

[root@localhost ~]# wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm