Skip to content

Instantly share code, notes, and snippets.

@chensoren
Created December 19, 2013 14:08
Show Gist options
  • Save chensoren/8039604 to your computer and use it in GitHub Desktop.
Save chensoren/8039604 to your computer and use it in GitHub Desktop.
uninstall mysql dmg installation
sudo rm /usr/local/mysql
sudo rm -rf /usr/local/mysql*
sudo rm -rf /Library/StartupItems/MySQLCOM
sudo rm -rf /Library/PreferencePanes/My*
edit /etc/hostconfig and remove the line MYSQLCOM=-YES-
rm -rf ~/Library/PreferencePanes/My*
sudo rm -rf /Library/Receipts/mysql*
sudo rm -rf /Library/Receipts/MySQL*
sudo rm -rf /private/var/db/receipts/*mysql*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment