From: Peter Brawley Date: May 14 2007 7:04pm Subject: Re: Weird connection timed-out List-Archive: http://lists.mysql.com/mysql/206763 Message-Id: <4648B2B7.8000205@earthlink.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------030806090306020601030507" --------------030806090306020601030507 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit >DB the server won't respond immediately >causing the conenct to time-out.. Does your script start with an information_schema query? The frist one of those is painfully slow with MySQL. Did you try set_time_limit( 0 )? PB ----- JM wrote: > after trying it again ang again.. maybe for the 5th time.. PHP will now be > able to connect.. > > > On Monday 14 May 2007 22:34, JM wrote: > >> Hi, >> >> Im using MySQL-5.0.19-0 and for some reason when ever PHP connects to the >> DB the server won't respond immediately causing the conenct to time-out.. >> No firewall issues and no network related issues. The only thing that I >> noticed is that the server's average load is 60%. >> >> Thanks, >> > > --------------030806090306020601030507--