我是靠谱客的博主 火星上小蝴蝶,这篇文章主要介绍centos8 安装MySql社区版服务报错 Error: Unable to find a match: mysql-community-server,现在分享给大家,希望可以做个参考。

 服务器安装MySql社区版服务报错提示:

[root@VM-4-15-centos ~]# yum -y install mysql-community-server
MySQL 5.7 Community Server                                                                                                     
MySQL Connectors Community                                                                                                     
MySQL Tools Community                                                                                                          
All matches were filtered out by modular filtering for argument: mysql-community-server
Error: Unable to find a match: mysql-community-server

解决方式:

yum module disable mysql

 

然后再次执行命令,重新安装即可

 yum -y install mysql-community-server

 

 安装完成后启动MySql服务

systemctl start mysqld

 

最后

以上就是火星上小蝴蝶最近收集整理的关于centos8 安装MySql社区版服务报错 Error: Unable to find a match: mysql-community-server的全部内容,更多相关centos8内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(54)

评论列表共有 0 条评论

立即
投稿
返回
顶部