Skip to content

Instantly share code, notes, and snippets.

@iamkristian
Created April 23, 2012 10:19
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 iamkristian/2470113 to your computer and use it in GitHub Desktop.
Save iamkristian/2470113 to your computer and use it in GitHub Desktop.
MAMP aliases
# 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