Created
January 1, 2011 04:02
-
-
Save marksweiss/761544 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
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 /var/db/receipts/com.mysql.* | |
sudo rm /etc/my.conf | |
sudo vi /etc/hostconfig # (Remove line MYSQLCOM=-YES) | |
sudo rm -rf /Library/Reciepts/mysql* | |
sudo rm -rf /Library/Reciepts/MySQL* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment