Skip to content

Instantly share code, notes, and snippets.

@nateluzod
Created December 29, 2015 06:10
Show Gist options
  • Save nateluzod/f11a0dbb7947472820dd to your computer and use it in GitHub Desktop.
Save nateluzod/f11a0dbb7947472820dd to your computer and use it in GitHub Desktop.
Drush won't connect to MySQL on MAMP
# Create a symlink to MAMP's mysql.sock where Drush is looking
ln -s /Applications/MAMP/tmp/mysql/mysql.sock /tmp/mysql.sock
@nateluzod
Copy link
Author

This also works, add to settings.php

'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment