> Check the PHP scripts that are accessing your server.  If they are 
> using the "mysql_pconnect" function (persistant connections) to 
> connect to the database, tell them to use "mysql_connect" instead.
> Persistant connections can cause problems like you describe because 
> they will sometimes not be closed and clog up the mysql server.

Do mysql_pconnect really never close its connection? or sometimes
it closes, but in general its sometimes do not close its connection
goint to mysql?


--
thanks,
louie miranda

----- Original Message ----- 
From: "Leo Spalteholz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 27, 2003 11:25 AM
Subject: Re: MySQL is eating up my RAM





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to