java.sql.SQLException: null,  message from server: "Host '192.168.16.181' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"

出现以上报错的原因:

同一个ip在短时间内产生太多(超过mysql数据库max_connection_errors的最大值)中断的数据库连接而导致的阻塞;

解决办法:

java.sql.SQLException: null,  message from server: "Host '192.168.16.181' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"

 

相关文章:

  • 2021-08-19
  • 2021-09-07
  • 2021-11-07
  • 2021-09-28
猜你喜欢
  • 2022-12-23
  • 2021-04-04
  • 2021-05-16
  • 2022-02-18
  • 2022-03-09
  • 2021-05-24
相关资源
相似解决方案