Skip to content

Instantly share code, notes, and snippets.

@ream88
Created April 18, 2012 17:04
Show Gist options
  • Select an option

  • Save ream88/2415052 to your computer and use it in GitHub Desktop.

Select an option

Save ream88/2415052 to your computer and use it in GitHub Desktop.
Start and stop mysql under OSX #snippet
find ~/Library/LaunchAgents/*mysql* | xargs launchctl load
find ~/Library/LaunchAgents/*mysql* | xargs launchctl unload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment