今天爱分享给大家带来Error: Unable to find a match: mysql-community-server【解决方法】,希望能够帮助到大家。
若 Centos 安装 mysql57 运行 yum install mysql-community-server 出现以下错误:
1.No match for argument: mysql-community-server
2.Error: Unable to find a match: mysql-community-server
【解决方法】
请尝试运行
$ yum module disable mysql
然后在尝试
$ yum install mysql-community-server
命令即可。