CentOs7下mysql的安装(超详细)
1.检查系统是否装有mysql
#rpm -qa | grep mariadb
查到有该文件,删除它
# rpm -e --nodeps mariadb-libs-5.5.65-1.el7.x86_64
2.执行安装wget
# yum install -y wget
3.下载mysql的repo源
#wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
4.安装mysql-community-
原创
2020-07-24 14:01:25 ·
304 阅读 ·
0 评论