Guess the topic says it all.
Tried both web and the [EMAIL PROTECTED]
Dont get any confirmation nor 'unsuccessful' replies.
;Mats Remman
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMA
The problem is 99% certain to be that php thinks you have mysql.sock in
/tmp,
while its in some other dir like /var/lib/mysql.sock ..
enter mysql console and type
show variables like 'socket';
and you will see where php.ini must point to be able to use sockets for
communicating with mysql.
mat