赞
踩
yum -y install wget
wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql57-community-release-el7-10.noarch.rpm
yum install mysql-server
这个要执行较长时间
如果遇到报错
Failing package is: mysql-community-common-5.7.42-1.el7.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
执行rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
再安装
参考:https://blog.csdn.net/best_dayc_cm/article/details/130804959
AlTER USER 'root'@'localhost' IDENTIFIED BY '123456';
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。