阿里云ESC安装mysql8.0:No match for argument: mysql-community-server

阿里云ESC安装mysql8.0教程:https://yq.aliyun.com/articles/748274
ESC操作系统:centos8.0
在这里插入图片描述
Centos8.0 安装mysql80 运行 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 

中间这里输入Y即可
在这里插入图片描述

你可能感兴趣的:(MySQL,mysql80,ESC,Centos8.0,mysql-server,数据库)