e.g。 http://dev.mysql.com/doc/refman/5.5/en/blocked-host.html
Host 'host_name' is blocked because of many connection errors.
Unblock with 'mysqladmin flush-hosts'
基本上,我想阻止localhost以某种方式连接mysql与此错误
故事:在制作中,我在日志中有无尽的流量,基本上网站已关闭,直到我SSH进入并执行了它所说的:run flush-hosts
所以,我的目标是重现这一点,这样我就可以想办法提醒它或阻止它发生!
但是......我不知道如何实现它!谁知道怎么做?
到目前为止,我已经尝试过像telnet localhost 3306
和Ctrl-C这样的随机内容,如果和东西