Skip to content

Instantly share code, notes, and snippets.

@francois-blanchard
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save francois-blanchard/a0ae9bece2eef0dfbbc6 to your computer and use it in GitHub Desktop.

Select an option

Save francois-blanchard/a0ae9bece2eef0dfbbc6 to your computer and use it in GitHub Desktop.
percona server auto start OS X

percona server auto start OS X

$ brew install percona-server

$ ln -sfv /usr/local/opt/percona-server/*.plist ~/Library/LaunchAgents
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.percona-server.plist

# if you want stop it
$ launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.percona-server.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment