Created
April 14, 2016 21:39
-
-
Save jonatanrdsantos/62199ef9907c9c7e016d0dd05edf029c to your computer and use it in GitHub Desktop.
To make MAMP MySQL works in command line
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
$ sudo mkdir /var/mysql | |
$ cd /var/mysql | |
$ sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment