Centos7 yum-myqsl5.7

版权声明:QQ:1009002494 https://blog.csdn.net/Doudou_Mylove/article/details/89312575

wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
yum -y localinstall mysql57-community-release-el7-11.noarch.rpm
yum -y install mysql-community-server

systemctl start mysqld
systemctl enable mysqld
systemctl daemon-reload

猜你喜欢

转载自blog.csdn.net/Doudou_Mylove/article/details/89312575