【MySQL解惑笔记】Centos7下卸载彻底MySQL数据库

彻底卸载Yum安装的MySQL数据库

在我第二章MySQL数据库基于Centos7.3-部署过程中,因为以前安装过其它的版本所以没有卸载干净影响后期安装

一、卸载Centos7自带的Maridb数据库

卸载maridb: [root@host-131 ~]# rpm -qa | grep mariadb mariadb-libs-5.5.52-1.el7.x86_64 [root@host-131 ~]# yum -y remove mari* [root@host-131 ~]# rm -rf /var/lib/mysql/* [root@host-131 ~]# rpm -qa | grep mariadb [root@host-131 ~]#

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzsfpf.html