Skip to content

Instantly share code, notes, and snippets.

@saltednut
Last active February 10, 2020 13:00
Show Gist options
  • Save saltednut/8775303 to your computer and use it in GitHub Desktop.
Save saltednut/8775303 to your computer and use it in GitHub Desktop.
Remove MySQL and turn off Apache in OSX
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
sudo rm /usr/local/mysql
sudo rm -rf /usr/local/mysql*
sudo rm -rf /Library/StartupItems/MySQLCOM
sudo rm -rf /Library/PreferencePanes/My*
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.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment