mysql,Linux,HighPerformance,ruby on Rails

2009年4月2日星期四

uninstall installed 64 bit MySQL dmg on mac



uninstall installed 64 bit MySQL dmg as follows ( There is no good way to uninstall MySQL from Mac other than below)
    * 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-
* sudo rm -rf /Library/Receipts/mysql*
* sudo rm -rf /Library/Receipts/MySQL*

ref:
http://akrabat.com/2008/09/11/uninstalling-mysql-on-mac-os-x-leopard/

没有评论:

发表评论