Re: MySQL is eating up my RAM

2003-02-28 Thread Rob Weir
[Please wrap your lines! It makes it much easier to read, and thus more likely that you'll get a response. Anywhere between 70 and 80 is acceptable; 72 seems to be a nice value.] On Wed, Mar 26, 2003 at 06:04:13PM -0300, GBV wrote: > Debian People, > > I have an Debian 3.0 2.4.18-bf24 running M

Re: MySQL is eating up my RAM

2003-02-28 Thread Rob Weir
[Please don't top quote! It makes your message harder to read, especially in long threads.] On Thu, Feb 27, 2003 at 12:01:05PM +0800, louie miranda wrote: > > Check the PHP scripts that are accessing your server. If they are > > using the "mysql_pconnect" function (persistant connections) to >

Re: MySQL is eating up my RAM

2003-02-26 Thread Leo Spalteholz
On February 26, 2003 08:01 pm, louie miranda wrote: > > 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

Re: MySQL is eating up my RAM

2003-02-26 Thread louie miranda
t;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]

Re: MySQL is eating up my RAM

2003-02-26 Thread Leo Spalteholz
On March 26, 2003 01:04 pm, GBV wrote: > Debian People, > > I have an Debian 3.0 2.4.18-bf24 running MySQL 3.23.49 > > Usually my mysqld stops because too many connections errors, what > make me run mysqladmin-flushhosts to make it work. > > Another host in internet access this mysqld host via PHP.