In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article introduces the relevant knowledge of "how to solve MySql Host is blocked because of many connection errors errors in mysql". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Error: Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
Reason:
Blocking caused by too many database connections interrupted by the same ip in a short period of time (exceeding the maximum of mysql database max_connection_errors)
Solution:
1. Increase the number of max_connection_errors allowed (address the symptoms but not the root of the problem):
① enters the Mysql database to view max_connection_errors: show variables like'% max_connection_errors%'
The number of max_connection_errors modified by ② is 1000: set global max_connect_errors = 1000
③ to check whether the modification is successful: show variables like'% max_connection_errors%'
2. Use the mysqladmin flush-hosts command to clean up the hosts file (I don't know in which directory mysqladmin can use the command to find: whereis mysqladmin)
① uses the command to modify the directory found: / usr/bin/mysqladmin flush-hosts-h292.168.1.1-P3308-uroot-prootpwd
Remarks:
The port number, user name and password can be added and modified as needed.
Those with master/slave master-slave database have to modify both the master database and the slave database (I only suffered from this loss and ended up with a few commands that were easy to lose).
The second step can also be done in the database with the following command: flush hosts
This is the end of the content of "how to solve MySql Host is blocked because of many connection errors errors in mysql". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.