/ Published in: Other

Every time we install Symfony on a MAMP machine, we run into the problem of the mysql not building. Here's how we fixed it.
Expand |
Embed | Plain Text
sudo ln -s /Applications/MAMP/mysql/mysql.sock /var/mysql/mysql.sock
You need to login to post a comment.