centos8.2安装mysql8.0时报错Error:Unable to find a match: mysql-community-server

本文介绍了解决使用yum安装MySQL 8.0过程中遇到的错误的方法。主要问题是由于MySQL模块在配置中被重复列出导致无法找到匹配项。解决步骤包括禁用本地MySQL模块,然后再次尝试安装。

今天用yum安装mysql8.0时报错信息如下

1

2

3

4

5

6

7

8

[root@mysql ~]# yum install -y mysql-community-server

Repository AppStream is listed more than once in the configuration

Repository extras is listed more than once in the configuration

Repository PowerTools is listed more than once in the configuration

Repository centosplus is listed more than once in the configuration

Last metadata expiration check: 0:09:26 ago on Wed 25 Nov 2020 10:22:45 AM CST.

All matches were filtered out by modular filtering for argument: mysql-community-server

Error: Unable to find a match: mysql-community-server

  

解决方法:

先禁用本地的 MySQL 模块在安装即可

1

2

yum module disable mysql

yum -y install mysql-community-server

  

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值