Created
April 23, 2012 10:19
-
-
Save iamkristian/2470113 to your computer and use it in GitHub Desktop.
MAMP aliases
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
# include these into your .bashrc | |
alias mysqlstart='sudo port load mysql5-server' | |
alias mysqlstop='sudo port unload mysql5-server' | |
alias apacherestart='sudo /opt/local/apache2/bin/apachectl -k restart' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment