Created
December 9, 2015 06:37
-
-
Save lyonsun/1b30e8127d5b66cbd4f6 to your computer and use it in GitHub Desktop.
shut down mysql from console.
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
#!/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