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

数据库多次 错误连接 造成 屏蔽了当前ip连接数据库的请求

解决方案 

选中数据库----刷新----权限(亲测可用)

message from server: "Host 'XXXX' is blocked because of many connection errors

网上 命令行解决方法---没有用过

1:登录mysql控制台:mysql -uroot -p

2:flush hosts


相关文章:

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