zoukankan      html  css  js  c++  java
  • centos8.2安装mysql8.0时报错Error:Unable to find a match: mysql-community-server

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

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

    [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 模块在安装即可

    yum module disable mysql
    yum -y install mysql-community-server
    

      

  • 相关阅读:
    2017年暑期实习生招聘(百度)——两道编程题
    携程笔试中的一道编程题
    软工假期预习作业1
    假期作业
    FAFU 1557
    HDU 1028
    POJ 3126
    HDU5108
    POJ 1716
    HDU4790
  • 原文地址:https://www.cnblogs.com/heyongboke/p/14034688.html
Copyright © 2011-2022 走看看