Forums

PHP

This topic is locked

Max connections error

Posted 17 Feb 2002 18:59:28
1
has voted
17 Feb 2002 18:59:28 Michael O'Neill posted:
I got this warning a couple of times while updating my database via an online form. My isp told me to turn off persistent connections as I had access to 10 database connections and should not need more.

""Warning: User covtek@localhost has already more than 'max_user_connections' active connections""

All I could do was change all the mysql-pconnect statements to mysql-connect in throughout my application. I changed these in the ADODB files as well as my connection files.

Is this right / ok & what are the consequenses.

Any help appreciated.
Mike

Replies

Replied 18 Feb 2002 18:54:01
18 Feb 2002 18:54:01 Keith Slater replied:
Here's some info on it,
www.php.net/manual/en/configuration.php

scroll down to "MySQL Configuration Directives" in the middle of the page

Keith Slater

Reply to this topic