centos 7 yum install mysql 8.0.X

7 年 ago jony centos 7 yum install mysql 8.0.X已关闭评论

Download MySQL Yum Repository

https://dev.mysql.com/downloads/repo/yum/

wget https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm

安装yum源

yum localinstall mysql80-community-release-el7-1.noarch.rpm

更新yum源

yum clean all
yum makecache

开始安装MySQL

yum install mysql-community-server

启动MySQL

systemctl start mysqld
————————————————
版权声明:本文为CSDN博主「luowenmin」的原创文章,遵循CC 4.0 by-sa版权协议,转载请附上原文出处链接及本声明。

https://blog.51cto.com/xinghan/2375570?source=dra
原文链接:https://blog.csdn.net/luowenmin/article/details/81945548