Completely remove MySQL

Source: Internet
Author: User

Yum-style installation of MySQL


1. Yum remove MySQL mysql-server mysql-libs compat-mysql51

2, Rm-rf/var/lib/mysql

3, Rm/etc/my.cnf


See if you have MySQL software:
rpm-qa|grep MySQL

If it exists, continue with the deletion.


RPM-style installation of MySQL


a) Check to see if MySQL is installed in the RPM package on the system:

[root@localhost opt]# rpm-qa | grep-i mysql
mysql-server-5.6.17-1.el6.i686
mysql-client-5.6.17-1.el6.i686

b) Uninstall MySQL

[root@localhost local]# rpm-e mysql-server-5.6.17-1.el6.i686
[Root@localhost local]# rpm-e mysql-client-5.6.17-1.el6.i686

c) Delete MySQL service

[root@localhost local]# chkconfig--list | grep-i mysql
[Root@localhost local]# chkconfig--del MySQL

d) Delete the distributed MySQL folder

[[email protected] local]# Whereis MySQL or find/-name mysql


MySQL:/usr/lib/mysql/usr/share/mysql

empty all directories and files related to MySQL
Rm-rf/usr/lib/mysql
Rm-rf/usr/share/mysql

rm-rf/usr/my.cnf


with these steps, MySQL should have been completely uninstalled.

Completely remove MySQL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.