Install MySQL Server 5.6 on CentOS 7 / RHEL 7
1、
yum install wget
2、
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
3、
rpm -ivh mysql-community-release-el7-5.noarch.rpm
4、
[root@localhost ~]# ls -1 /etc/yum.rep
翻译
2016-08-26 22:11:53 ·
521 阅读 ·
0 评论