Database Issues?
-
I don’t know for sure if this is a wordfence issue, but I’m getting database errors “exceeded the max_questions resource” on a site. I know what this error means, just have not been able to nail down the cause.
I’ve checked raw access logs and it does not appear to be coming from external traffic. Server error logs shows a lot of the following:20150615T200215: www.MYSITE.net/index.php WordPress database error User 'DB_USERNAME' has exceeded the 'max_questions' resource (current value: 75000) for query insert into wp_wfLeechers (eMin, IP, hits) values (floor(unix_timestamp() / 60), '??”?ì§', 1) ON DUPLICATE KEY update hits = IF(@wfcurrenthits := hits + 1, hits + 1, hits + 1) made by wfDB::queryWrite WordPress database error User 'DB_USERNAME' has exceeded the 'max_questions' resource (current value: 75000) for query insert into wp_wfHits (ctime, is404, isGoogle
There are about 20 of those entries over a period of a couple minutes. This site does not get enough external visits to exceed 75,000 database queries in an hour. I am thinking it’s a plugin that is going crazy, and with most of the errors related to wordfence, am wondering if this is causing it.
This site owner really loves wordfence, so I would rather not uninstall if I don’t have to.
Any ideas??
- The topic ‘Database Issues?’ is closed to new replies.