Skip to content

Instantly share code, notes, and snippets.

@lyonsun
Created December 9, 2015 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyonsun/1b30e8127d5b66cbd4f6 to your computer and use it in GitHub Desktop.
Save lyonsun/1b30e8127d5b66cbd4f6 to your computer and use it in GitHub Desktop.
shut down mysql from console.
#!/usr/bin/env bash
sudo mysqladmin shutdown --user=*user* --password=*password*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment