On Wed, Jul 29, 2009 at 11:07 AM, Peter Karunyu <pkarunyu@gmail.com> wrote:
"Too many connections"? That is one error I've never seen! Making an educated guess, it could be sorted by using mysql_pconnect() instead of mysql_connect() right?

Could be correct, since mysql_pconnect does not open a new connection if there's a similar connection already open.