部署mysql8.0 # 更新yum yum update -y # 卸载可能影响mysqld部署的包 rpm -qa | grep mariadb rpm -e --nodeps mariadb-libs-5.5.68-1.el7.x86_64 rpm -qa | grep postfix y