|
Posted by Bruno Barberi Gnecco on 02/04/07 22:59
Mario Protto wrote:
> petersprc wrote:
>
>>Try setting client_flags to 65536 in mysql_connect, e.g.:
>>
>> mysql_connect($host, $user, $pass, false, 65536) or
>> trigger_error(mysql_error(), E_USER_ERROR);
>>
>
>
> thx Peter, I've already tried it but it seems there is no way, anyone has
> experience about that?
>
> Mario
>
> ________________________________
> WEB: www.mario-online.com
> ________________________________
>
>
I made two changes that solved the problem for me:
* stopped using persistent connections
* used 131074 as client_flags.
--
Bruno Barberi Gnecco <brunobg_at_users.sourceforge.net>
The truth you speak has no past and no future.
It is, and that's all it needs to be.
[Back to original message]
|