问题:blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'Connection closed by foreign host.
解决方案:
telnet ip 3306
ssh root@ip
mysqladmin flush-hosts -hip-P3306 --user root -p
问题:blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'Connection closed by foreign host.
解决方案:
telnet ip 3306
ssh root@ip
mysqladmin flush-hosts -hip-P3306 --user root -p