Skip to content

Instantly share code, notes, and snippets.

@timnew
Created May 9, 2012 05:13
Show Gist options
  • Save timnew/2642022 to your computer and use it in GitHub Desktop.
Save timnew/2642022 to your computer and use it in GitHub Desktop.
Steps to manually uninstall mysql from Mac OS X
sudo rm /usr/local/mysql
sudo rm -rf /usr/local/mysql*
sudo rm -rf /Library/StartupItems/MySQLCOM
sudo rm -rf /Library/PreferencePanes/My*
sudo rm -rf /Library/Receipts/mysql*
sudo rm -rf /Library/Receipts/MySQL*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment