Created
December 29, 2015 06:10
-
-
Save nateluzod/f11a0dbb7947472820dd to your computer and use it in GitHub Desktop.
Drush won't connect to MySQL on MAMP
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
# Create a symlink to MAMP's mysql.sock where Drush is looking | |
ln -s /Applications/MAMP/tmp/mysql/mysql.sock /tmp/mysql.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This also works, add to settings.php
'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',