centos 安装mysql

时间:2020-06-05 19:30:25   收藏:0   阅读:35
# 第一步
 wget -i -c https://repo.mysql.com//mysql80-community-release-el7-3.noarch.rpm

# 第二步
yum -y install mysql80-community-release-el7-3.noarch.rpm

# 第三步
yum -y install mysql-community-server

如果报错:
Unable to find a match: mysql-community-server

解决:
先执行:yum module disable mysql
再执行:yum -y install mysql-community-server
最后在执行:yum -y install mysql-community-server

  

 

原文:https://www.cnblogs.com/zhaoxianxin/p/13051062.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!