Skip to content

Instantly share code, notes, and snippets.

@egermano
Created August 31, 2012 17:16
Show Gist options
  • Save egermano/3556046 to your computer and use it in GitHub Desktop.
Save egermano/3556046 to your computer and use it in GitHub Desktop.
Fixing the “unix:///var/mysql/mysql.sock” not found error on MAMP
sudo mkdir /var/mysql
sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment