Skip to content

Instantly share code, notes, and snippets.

@inlanger
Created May 8, 2012 11:08
Show Gist options
  • Save inlanger/2634284 to your computer and use it in GitHub Desktop.
Save inlanger/2634284 to your computer and use it in GitHub Desktop.
Link mysql.sock file from AMPPS folder to /tmp
# For Ampps
sudo ln -s /Applications/AMPPS/mysql/tmp/mysql.sock /tmp/mysql.sock
# For MAMP
sudo 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