赞
踩
wget 地址
rpm -qa|grep ^mysql
yum list|grep ^mysql
# el6对应centos6,el7对应centos7,el8对应centos8
systemctl stop mysqld
# 升级mysql client
yum update mysql
# 升级mysql server和mysql-common
yum update mysql-server
systemctl start mysqld
mysql -V
mysql_upgrade -u root -p
systemctl restart mysqld
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。