Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created June 7, 2012 23:45
Show Gist options
  • Save wbotelhos/2892451 to your computer and use it in GitHub Desktop.
Save wbotelhos/2892451 to your computer and use it in GitHub Desktop.
Uninstall MySQL
# Linux
sudo apt-get remove --purge mysql-server mysql-client mysql-common
sudo apt-get autoremove
sudo apt-get autoclean
# Linux
locate mysql
# Mac, Linux
find / -name mysql -print 2> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment