[PHP-DEV] Unable to unsubscribe from the php-dev@ list..

2001-06-19 Thread Mats Remman
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

RE: [PHP-DEV] Bug #11079 Updated: Problem with old code to use mysql

2001-05-24 Thread Mats Remman
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