Hi all,
I've got a problem with MySQL 5.0.37.0 (source version). I am getting the following error:
Code:
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
This is when I try to use PHP scripts that require MySQL. It does not happen via the command line. I can successfully execute commands on that database with that user name I am supplying the PHP script via the command line.
Also, /tmp/mysql.sock does exist (everything is in a chroot jail - and it's symlinked from the MySQL chroot jail to the HTTPd chroot jail), but it states "no such device or address" when I try to open it with cat or nano (expected).
(And MySQL is running, as shown in ps aux)
Thank you,
Splenden