Installation and uninstallation of MySQL under Ubuntu14.04

Source: Internet
Author: User

Reprinted from: https://www.2cto.com/os/201408/329502.html

Install MySQL
    1. Execute the following command: sudo apt-get install Mysql-server

  

2. After continuing, you need to set the MySQL password

  

3. Enter the password again.

  

4. Installation is successful, enter Mysql-u root-p to login

  

MySQL is ready to use here.

Uninstall MySQL

1. sudo apt-get autoremove--purge mysql-server-5.5, uninstall according to your own installed version

  

2. The following commands are also encountered when checking online:

      • sudo apt-get remove Mysql-server
      • sudo apt-get autoremove mysql-server
      • sudo apt-get remove Mysql-common (very important)

When I take the first step, and then execute the three, these are no longer there.

3. Clean up residual data

Dpkg-l |grep ^rc|awk ' {print $} ' |sudo Xargs dpkg-p

But the following happens after execution

  

Online check, if the above error, prove that your system has no residual configuration files, no need to worry about.

So it takes only one step to complete the uninstall task!

Installation and uninstallation of MySQL under Ubuntu14.04

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.