Created
January 5, 2018 02:17
-
-
Save mijimoco/cd0a262680e395c1c17fca8f32d7a18f to your computer and use it in GitHub Desktop.
MySQL start/stop/restart commands from CLI OSX
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
# Start | |
sudo /usr/local/mysql/support-files/mysql.server start | |
# Stop | |
sudo /usr/local/mysql/support-files/mysql.server stop | |
# Restart | |
sudo /usr/local/mysql/support-files/mysql.server restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment