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 命令即可
本文解决在Centos上使用yum install mysql-community-server时遇到的错误问题,提供了禁用mysql模块后再尝试安装的解决方案。
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 命令即可
8021
319