Created
June 7, 2012 23:45
-
-
Save wbotelhos/2892451 to your computer and use it in GitHub Desktop.
Uninstall MySQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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