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
    

      

  • 相关阅读:
    ZOJ Problem Set
    ZOJ Problem Set
    ZOJ Problem Set
    ZOJ Problem Set
    ZOJ Problem Set
    387.First Unique Character in a String
    169. Majority Element
    postgresql 导出函数的方法
    455. Assign Cookies.md
    python模拟shell执行脚本
  • 原文地址:https://www.cnblogs.com/heyongboke/p/14034688.html
Copyright © 2011-2022 走看看