Created
April 18, 2012 17:04
-
-
Save ream88/2415052 to your computer and use it in GitHub Desktop.
Start and stop mysql under OSX #snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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