Created
December 5, 2011 11:35
-
-
Save dmitriy-kiriyenko/1433316 to your computer and use it in GitHub Desktop.
MySQL - install and remove
This file contains 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
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* | |
sudo rm -rf /var/db/receipts/com.mysql.* | |
sudo rm /etc/my.cnf | |
sudo vi /etc/hostconfig and delete string MYSQLCOM=-YES- | |
Download from http://dev.mysql.com/downloads/mysql/5.1.html#downloads |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment