RE: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

2001-03-21 Thread Cal Evans
Putting on my Captain Obvious hat. Are you sure that you only have 1 php.ini and that PHP is picking up the right one? PHP thinks your mysql.sock is in /var/lib/mysql. Also, make sure that it's /tmp/mysql.sock and not /tmp/mysqld.sock. I seem to remember mine being mysqld.sock. Cal http://www.

Re: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

2001-03-21 Thread Gerald L. Clark
Well, since PHP is trying to use a socket in the wrong directory, you might check the PHP list to see if they can help you. This is not, strictly speaking a MySQL problem, so waiting here for the correct answer may not be the quickest route to the answer. I have seen several answers indicating th