queries limit problem

magnateam

New Member
Hi all I have problem with quarries to DB
Very often in phpmyadmin I get this error
Code:
#1226 - User 'jfjkgukj' has exceeded the 'max_questions' resource (current value: 50000)

I wrote too support and they send me this
Code:
There's a limit of 50000 queries per hour when you reach that limit your website will stop working. So check your scripts
To make sure that you don't go over this limit.
Now my question is what I'm suppose to do now
Tks lads
 
try contacting your hosting company and ask them to increas... and if they won't wanna do that ask what you can do to prevent this ;)
 
This is a bit old, but install the hack "Plug-in Based Template Cache" as well as see if your host has eAccelerator support. Doing this will put a lot of the database queries in to cache (RAM) and save on database calls each page load.

Also some hacks are bad on queries such as shout boxes etc and can add several per page load. You can either disable them, move them to their own vB powered page so they dont pull queries with normal forum use or you can cache their queries if you know how to code.

I do all this as routine and i have my own server, really just because i like fast pages.
 
Tks very much sweety you help me a lot, peace man. This is not happening too often but from time to time only it very piss off
Greetings from Poland ;)
 
Back
Top