No match for argument: mysql-community-server

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

 

 

1.centos8.0上安装mysql服务时,使用以下命令报错:

    yum install mysql-community-server

No match for argument: mysql-community-server  Error: Unable to find a match: mysql-community-server

 

 

2.执行如下命令可正常安装mysql服务:

    sudo yum install mysql-server

 

 

参考链接:https://www.freesion.com/article/5071424015/

相关文章:

  • 2021-10-12
  • 2021-10-07
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-12-28
  • 2021-08-07
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2021-08-19
  • 2021-11-03
  • 2022-12-23
  • 2021-04-22
  • 2021-10-20
相关资源
相似解决方案