Wednesday 2 April 2014

Removing MySQL 5.5 Completely

Hello Guys,

In this post I would like to explain How to uninstall Mysql from ubuntu 12.04 completely.

Command:

  • sudo apt-get remove --purge mysql-server mysql-client mysql-common
  • sudo apt-get autoremove
  • sudo apt-get autoclean
  • sudo deluser mysql
  • sudo rm -rf /var/lib/mysql


Hope this post helps someone and feel free to give comments and suggestion

Sumit Bansal

No comments :

Post a Comment