Skip to content

Instantly share code, notes, and snippets.

@ocean90
Created August 9, 2012 19:56
Show Gist options
  • Select an option

  • Save ocean90/3307536 to your computer and use it in GitHub Desktop.

Select an option

Save ocean90/3307536 to your computer and use it in GitHub Desktop.
Lets PHPUnit use MAMP's MySQL socket
sudo mkdir /var/mysql
sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock
@syragon
Copy link
Copy Markdown

syragon commented Apr 27, 2019

That helped! Thanks

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