Uncategorized

MySQL socket missing at /tmp/mysql.sock with Zend Server CE on Mac OS X

Just a quick post, for something that seems to happen for no particular reason. If (like me) you don’t fancy changing where MySQL places the unix socket, simply create a symbolic link from where it puts it by default in Zend Server CE.

sudo ln -s /usr/local/zend/mysql/tmp/mysql.sock /tmp/mysql.sock

Leave a comment