Skip to content

Instantly share code, notes, and snippets.

@ismnoiet
Created July 21, 2015 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismnoiet/f556bebcf6e1abb32dae to your computer and use it in GitHub Desktop.
Save ismnoiet/f556bebcf6e1abb32dae to your computer and use it in GitHub Desktop.
uninstall mysql ubuntu
source: http://askubuntu.com/questions/172514/how-do-i-uninstall-mysql
sudo apt-get remove --purge mysql-server mysql-client mysql-common
sudo apt-get autoremove
sudo apt-get autoclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment