hello!
i'm using linux, and i've instaled apache 2+php4, and it works. I'm installed mysql too.
I'm working in a machine where it's running another mysqld a part of mine, with different socket,of course. Althoug mysql runs okey using mi socket, apache+php don't work. I suposse that it's because they don't know what socket use. How can i specify to apache/php what socket i want to use?
The error that i have is, when i execute in php
my_sqlconnect:
can't connect to local MySQL server through socket '/tmp/mysql.sock' (2);
Two sockets are in the same directory /tmp.
SOme idea?
Yhank you in advance!!