Re: [PHP] Warning: Too many connections in xxx on line xx

2002-06-08 Thread Dan Morris
lt;[EMAIL PROTECTED]>... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * and then Dan Morris declared > > Is there anyway to get rid of this message: > > > > Warning: Too many connections in xxx on line xx > > Can you show the code that connects? > >

[PHP] Warning: Too many connections in xxx on line xx

2002-06-08 Thread Dan Morris
Is there anyway to get rid of this message: Warning: Too many connections in xxx on line xx line xx is a connection to a mysql database. In PHP.ini I have: [MySQL] ; Allow or prevent persistent links. mysql.allow_persistent = On ; Maximum number of persistent links. -1 means no limit. mysql.