PDA

View Full Version : MySQL Error


kingPhoto
10th of November 2004 (Wed), 13:48
I have been moved to a new server and have not seen this error before. I had EE opterating and was setting up a gallery and and recieved:


User 'kingphot_sales' has exceeded the 'max_questions' resource (current value: 50000)

It would not go away so I deleted the table in the database and tried to perform a fresh install. But I still recieve the error message.

Exhibit Engine MySQL error!
ERROR FROM QUERY DROP TABLE IF EXISTS ee_accessory in page 'create ee_settings_eng':

------------------------------
User 'kingphot_sales' has exceeded the 'max_questions' resource (current value: 50000)
------------------------------

If you encounter this error with unmodified EE source code please mail this error to EE developers with version number, detailed circumstances when it happened and preferably with a database backup dump. All reports helps improving EE to your satisfaction. Thank You.

Pekka
10th of November 2004 (Wed), 14:38
This is a (MySQL 4) resource limit of allowed queries per hour (quota set per user/database) - contact your admin and let them set this right. 50000 questions is a very small value on a live web page with lots of action going on - usually this setting should be 0 (off).