karll
Well-known member
I'm getting a lot of this: "An unexpected database error occurred. Please try again later." (This is in the browser, while looking at my forum.)
When this happens, my web server log is full of entries like this:
I'm guessing the Google bots are going bananas (for whatever reason) and are eating up all my database connections. I tried increasing my MySQL max_connections setting slightly, but it didn't help.
Is there a good way to prevent this problem?
When this happens, my web server log is full of entries like this:
46.36.39.27 - - [18/Dec/2014:23:06:34 +0000] "POST /xmlrpc.php HTTP/1.0" 200 580 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; http://www.google.com/bot.html)"
I'm guessing the Google bots are going bananas (for whatever reason) and are eating up all my database connections. I tried increasing my MySQL max_connections setting slightly, but it didn't help.
Is there a good way to prevent this problem?