check your connection string and if it something like mysql_pconnect change
it in mysql_connect

Stefan de Wal

"Pieter Philippaerts" <[EMAIL PROTECTED]> schreef in bericht
([EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Unfortunately, I can't access these settings. It's not our computer that
> hosts
> our website.
>
> Regards,
> Pieter Philippaerts
>
> "Richard Lynch" <[EMAIL PROTECTED]> wrote in message
> 01e501c138ce$f3008300$6401a8c0@Lynchux100">news:01e501c138ce$f3008300$6401a8c0@Lynchux100...
> > Options:
> > Increase the settings in MySQL that limit how many databases can be open
> at
> > once.
> > Decrease the number of Apache children running.
> >
> > Basically, as long as you have more Apache children than MySQL
connections
> > available, you can get this message.
> >
> > Actually, have a few spare MySQL connections, so you can telnet/SSH in
and
> > use the monitor as well, and cron jobs using MySQL can run.
> >
> > --
> > WARNING [EMAIL PROTECTED] address is an endangered species -- Use
> > [EMAIL PROTECTED]
> > Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
> > Volunteer a little time: http://chatmusic.com/volunteer.htm
> > ----- Original Message -----
> > From: Pieter Philippaerts <[EMAIL PROTECTED]>
> > Newsgroups: php.general
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, September 07, 2001 11:30 PM
> > Subject: PHP and MySQL
> >
> >
> > > Hello,
> > > we're using our MySQL database quite extensively from our PHP scripts,
> > > but sometimes everything stops working and it says "Too many
> connections".
> > > Is there a problem with MySQL support from within PHP? Doesn't it
close
> > > its connections with the database when the script stops executing?
> > > Is there anything I can do to resolve this problem?
> > >
> > > Regards,
> > > Pieter Philippaerts
> > >
> > >
> >
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to