Created
November 1, 2015 20:45
-
-
Save alexpchin/8f175cad3e4864c894a3 to your computer and use it in GitHub Desktop.
Wordpress Setup on mac
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 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