赞
踩
1 查看是否已经安装 Mysql
rpm -qa | grep mysql
我之前装过一次!
如果你查看出来有东西,可以使用下面命令将其删除
rpm -e 文件名
2 下载官方 Mysql 包
wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
如果安装有提示:Cannot write to ‘mysql57-community-release-el7-10.noarch.rpm’ (No such file or directory),那就是权限不够
可以输入 su root 来解决,然后重新下载。
3 安装MySQL包
yum -y install mysql57-community-release-el7-10.noarch.rpm
4 安装 MySQL
yum -y install mysql-community-server
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。