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
    

      

  • 相关阅读:
    把一列数据分割成两列
    数据校验,轴的概念
    叠加折线图
    饼图
    柱状图、水平柱状图
    柱状图
    数据筛选过滤
    余数
    输出进度条
    生成器-文件内容
  • 原文地址:https://www.cnblogs.com/heyongboke/p/14034688.html
Copyright © 2011-2022 走看看