Skip to content

Instantly share code, notes, and snippets.

@alexpchin
Created November 1, 2015 20:45
Show Gist options
  • Save alexpchin/8f175cad3e4864c894a3 to your computer and use it in GitHub Desktop.
Save alexpchin/8f175cad3e4864c894a3 to your computer and use it in GitHub Desktop.
Wordpress Setup on mac
Start Mamp
Start MySQL with:
```
sudo /usr/local/mysql/support-files/mysql.server start
sudo /usr/local/mysql/support-files/mysql.server stop
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