alphasis Posted April 12, 2005 Posted April 12, 2005 I just got his error: 1226 - User 'movieexp_big' has exceeded the 'max_questions' resource (current value: 50000) select configuration_group_id as cgID, configuration_group_title as cgTitle from configuration_group where visible = '1' order by sort_order [TEP STOP] How do I fix this?
OceanRanch Posted April 12, 2005 Posted April 12, 2005 Your host provider has set a limit of 50000 queries against your mysql database within a given timeframe (normally 60 minutes). You have exceeded that limit. Once time goes by you will be allowed to query the database once again. The 50000 is a very low number, and most "shared" sites give many more hits than that. Check with your ISP/Host to see if he'll increase it for you with having to pay more. HTH Tom
Recommended Posts
Archived
This topic is now archived and is closed to further replies.