[imp] Too many connections ?

Dave Wilson davew@sai.co.za
Mon, 6 Nov 2000 14:21:55 +0200


Hi Anil,

Thanks for getting back to me on that one.
Any ideas on how to increase the number of connections that MySQL allows ?

Regards
Dave Wilson
The S.A. Internet
(033) 3456777
0825496159
http://www.sai.co.za
"Who is "General Failure", and what is he doing reading my hard disk ?"




----- Original Message -----
From: "Anil Madhavapeddy" <anil@recoil.org>
To: <imp@lists.horde.org>
Sent: Monday, November 06, 2000 1:59 PM
Subject: RE: [imp] Too many connections ?


> Dave Wilson wrote:
> >
> > Any ideas on how to sort this out ?
> > "Nov  6 12:17:20 mail httpd[16565]: PHP Warning:  Too many connections
in
> > /usr/local/php/db_mysql.inc on line 73"  ??
> > Thanks ;-)
> >
>
> Probably exactly that - you are trying to make too
> many connections to your MySQL server.
>
> Normally happens if you have more httpd processes than mysql connections.
> The httpds all maintain persistent connections, and so the new httpds
> are refused connections to the db.
>
> Try cranking up the number of mysql connections, or stop using persistent
> httpd connections.
>
> --
>  Anil Madhavapeddy / "I told you not to flush that!"
>  anil@recoil.org   /    Stern Lecture Plumbing
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>