Thoroughly uninstall MySQL in Ubuntu

Source: Internet
Author: User
During the offline server disaster recovery test today, I used shell to operate the database and accidentally dropped several databases of mysql. Instead, I tried to reinstall mysql and recovered it by myself,

During the offline server disaster recovery test today, I used shell to operate the database and accidentally dropped several databases of mysql. Instead, I tried to reinstall mysql and recovered it by myself,

Preface

During the offline server disaster recovery test today, I used shell to operate the database. I accidentally dropped some of the databases that come with mysql. Instead, I tried to reinstall mysql and recovered it on my own, haha, the ideas left by windows users are cool. Record the operations I used to completely delete mysql under Ubuntu.

Delete mysql

1. sudo apt-get autoremove -- purge mysql-server-5.5

2. sudo apt-get remove mysql-common

Clean residual data

Dpkg-l | grep ^ rc | awk '{print $2}' | sudo xargs dpkg-P

Reinstall mysql

1. sudo apt-get install mysql-server

2. sudo apt-get install mysql-client

3. sudo apt-get install php5-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.