[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: MySQL is eating up my RAM



> 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" <leo@spalteholz.ca>
To: <debian-user@lists.debian.org>
Sent: Thursday, February 27, 2003 11:25 AM
Subject: Re: MySQL is eating up my RAM






Reply to: