[imp] Warning Too many connections in /usr/local/apache/php/db_mysql.inc on line 73 <<<Please help>>>

Anil Madhavapeddy anil@recoil.org
Wed, 28 Mar 2001 18:03:31 +0100


> Please help me to sort this out:
> Warning Too many connections in /usr/local/apache/php/db_mysql.inc on line
> 73

Lets disassemble this error message:

"Too many connections"
and
"mysql"

I think that you should increase the max number of connections in MySQL
(look in the MySQL docs for more information about that)

Anil