|
|
 |
Re: FN-FORUM: mySQL error: Too many connections
date posted 12th January 2005 21:53
It could also be caused by a rogue script crashing before closing
connections (sometimes hard to notice). You can often fix these by
switching to persistent DB connections or watching your recursion
within scripts that query the database.
DoS would be very obvious from webserver logs (which would have jumped
in size hugely)
-- Richard
http://www.rwatt.co.uk
Wednesday, January 12, 2005, 10:59:13 PM, you wrote:
---------------------------------------
RM> Friend's site getting:
RM> IPB WARNING [2] Too many connections (Line: 115 of
RM> /ips_kernel/class_db_mysql.php)
RM> IPB WARNING [2] MySQL Connection Failed: Too many connections (Line: 115 of
RM> /ips_kernel/class_db_mysql.php)
RM> Not my site, but I presume either this is caused by misconfiguration of
RM> .conf file or deliberate DOS attack?
|
 |
|