max_questions exceeded

I’m unsure how this can happen really fast.

https://puu.sh/nKpn5/7f08e193b5.png

I’ve been suspended once for overloading the MySQL server, however I’m unsure how the hell that happened since I’m sure it doesn’t just send 100,000 queries in one day. That just doesn’t happen. What is going on.

I am unsure about that? O_O

I never seen that kind of error before.

Actually, you haven’t sent 100,000 queries in a day, you apparently sent them in an hour!

As for what’s actually going on, I have no idea. But one of your scripts either queries the database extremely inefficiently (which is quite likely considering the error is provided for a query which cannot possibly be necessary). Alternatively, your website is just being used a lot.

Actually, you haven’t sent 100,000 queries in a day, you apparently sent them in an hour!

As for what’s actually going on, I have no idea. But one of your scripts either queries the database extremely inefficiently (which is quite likely considering the error is provided for a query which cannot possibly be necessary). Alternatively, your website is just being used a lot.

Woah in a hour? I haven’t received this error again in a while, so it might have just been high traffic at that time :slight_smile: