centos7.8安装mysql5.7时Error: Unable to find a match: mysql-community-server

yum -y install mysql-community-server
Last metadata expiration check: 0:13:40 ago on Sun 26 Apr 2020 11:20:57 AM CST.
No match for argument: mysql-community-server
Error: Unable to find a match: mysql-community-server

解决:
先执行:yum module disable mysql
再执行:yum -y install mysql-community-server

配张图有理有据:

猜你喜欢

转载自blog.csdn.net/qq_41608559/article/details/106102912