Created
December 7, 2012 16:52
-
-
Save twoism-dev/4234592 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
Use mysqldump to backup your databases to text files! | |
Stop the database server | |
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