摘要: 1. 检查当前系统是否安装过mysql [root@yum ~]# rpm -qa|grep mariadb mariadb-libs-5.5.68-1.el7.x86_64 #已经存在 # 存在则先卸载 [root@yum ~]# rpm -e --nodeps mariadb-libs 2. 检 阅读全文
posted @ 2021-06-06 22:47 Binge-和时间做朋友 阅读(933) 评论(0) 推荐(1)