pjsingh Posted February 14, 2004 Share Posted February 14, 2004 hello i got this error message could some please help me what that mean? 1226 - User 'store' has exceeded the 'max_questions' resource (current value: 10000) select value from sessions where sesskey = '7c88e799126940a5d8eb489242cedaaa' and expiry > '1076802391' how can i change the current value? thank you Link to comment Share on other sites More sharing options...
ibandyop Posted February 15, 2004 Share Posted February 15, 2004 MySql database can limit the number of queries over a period of time to avoid loading the database. See MySql User Privilages. http://www.mysql.com/doc/en/Privileges.html If you have access to the 'user' table increase the number or Contact your hosting company to do it for you. Also verify your code does not have recursion of queries that may take up all the resources. ibandyop Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.