Created
November 8, 2014 04:33
-
-
Save yannisxu/8a8a25f76ed64b757b6a to your computer and use it in GitHub Desktop.
mac osx alias
This file contains 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
#mysql start | |
alias mysqlstart='sudo /usr/local/mysql/support-files/mysql.server start' | |
alias mysqlstop='sudo /usr/local/mysql/support-files/mysql.server stop' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment