MySQL 版本升级 8.0.21 => 8.0.23
- 关闭MySQL
systemctl stop mysqld
- 强制进行数据字典升级 和 服务安装
rpm -ivh mysql-community* --nodeps --force
-
卸载旧版
rpm -qa|grep mysql|grep 8.0.21|xargs rpm -e
- 查看版本
systemctl stop mysqld
rpm -ivh mysql-community* --nodeps --force
卸载旧版
rpm -qa|grep mysql|grep 8.0.21|xargs rpm -e