Three steps to uninstalling MySQL on Mac OS X
Here are three simple steps to uninstall the MySQL installation provided by MySQL.com. You should take care with these commands since a typo can obliterate portions of your OS, requiring a reinstall. If you’re comfortable with shell commands and understand what’s being done, here are the commands:
1 2 3 | sudo rm -rf "/usr/local/mysql*" sudo rm -rf "/Library/StartupItems/MySQLCOM/" Go to System Preferences... > ctrl-click the MySQL icon and remove it. |









No Comments Yet