Sign-up our Newsletter  Register on our LinkedIn  Follow us on Twitter  Check out our Facebook  Follow us on Google+
Follow

max_questions reached! What does it mean?

If you get exception such as mentioning "exceeded the ‘max_questions’ resource" it means your MySQL or MariaDB server is configured with a too small number of queries per hour for the user account XStudio is using.


You can change this by running these commands on your server:

use mysql update user set max_questions = 0 where user = 'xstudio'; flush privileges;

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.