Akatombo Web Log
Friday, February 10, 2006
mysql socket error with php and pear DB
This Article helped me to get connected to my mysql db via php on my powerbook for a development project I am working on. By default php was looking for the mysql socket in /var/tmp/mysql.sock, but mysql was putting the socket at /private/tmp/mysql.sock
Just a note in case I see this problem again or it helps someone else out.

