MySQL exceeded the ' max_questions ' resource record

Source: Internet
Author: User

Recent hive Meta Mysql often error ' user ' has exceeded the ' max_questions ' resource (current value:10000)

Workaround: Increase the max_questions settings, modify the user table directly, and then flush the permissions flush privileges.

Explore:

max_questions/max_updatestime limit per hour for resource usage, in secondsMax_connections: The number of sessions that the user is allowed to open per hourMax_user_connections: The number of sessions that the user allows to open simultaneouslyTo make these four restrictions effective, you need to add the following four seed sentences when creating a user or authorizing a user: Max_questions:with max_queries_per_hour nmax_updates:with Max_updates_per_ HOUR Nmax_connections:with Max_connections_per_hour nmax_user_connections:max_user_connections

MySQL exceeded the ' max_questions ' resource record

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.