This is a discussion on Re: MySQL error - related to php.ini? within the PHP Language forums, part of the PHP Programming Forums category; gf wrote: > SQL Error : 1226 User 'xxxxxx' has exceeded the 'max_questions' resource > (current value: 10000) > > ER_USER_LIMIT_REACHED ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
gf wrote:
> SQL Error : 1226 User 'xxxxxx' has exceeded the 'max_questions' resource > (current value: 10000) > > ER_USER_LIMIT_REACHED is the value name from the doc site, but no > information about it. The server then crashes as far as I can tell. Any > help would be greatly appreciated! > ========= > > This is not my host, but the customer of mine that is receiving this is > getting nowhere with their host. Is there such a setting as > mysql.max_questions that can be placed in php.ini? > Sounds like their host allows a certain number of queries per day/month/week/etc and they've gone over the limit -- Matt Mitchell - AskMeNoQuestions Dynamic Website Development and Marketing |
|
|||
|
gf wrote:
> Correct. The problem is the host doesn't know how to change it! I'm > trying > to find information on how the value is set. There is no help at all at > mysql.com nor on Google, other than the obvious. As I said, I'm wondering > if you can set the value in php.ini or if it's a Server side set (which I > am > guessing). Thanks. > Have you tried googling for the error message? |