Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anujkaushal/2220a0fc28a2591d5f2ceacaee0102a8 to your computer and use it in GitHub Desktop.
Save anujkaushal/2220a0fc28a2591d5f2ceacaee0102a8 to your computer and use it in GitHub Desktop.
MySQL Start/Stop for MacOS Mojave
# stop mysql
sudo launchctl unload -F /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist
# start mysql
sudo launchctl load -F /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment