On Wed, Jun 18, 2008 at 12:18 PM, Deepan Chakravarthy
<[EMAIL PROTECTED]> wrote:
> I had enabled slow query tracking.  btw.. I have noticed the following errors 
> , they pop up  three to five times in a  day... in a program that is being 
> run every three seconds ..
>
> PHP Warning:  mysql_connect(): Lost connection to MySQL server at 'sending 
> authentication information', system error: 32 in

This is happening due to heavy DB load.  You may have to tune your
my.cnf file for
higher performance.

Also try using persistent connections in your code if possible.
    http://in2.php.net/manual/en/features.persistent-connections.php

- Raja
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to