본문 바로가기
다른 DBMS/MySQL&MariaDB

[Client 접속에러] Unblock with 'mysqladmin flush-hosts'

by 취미툰 2023. 10. 30.
반응형

클라이언트로 접속 시도시 발생하는 에러입니다.

 

아래의 명령어로 flush하면 해결할 수 있습니다.

flush hosts;

 

8.0.34 기준 해당 명령어는 deprecated 된다고 나오네요. 문장을 해석해보니

TRUNCATE TABLE performance_schema.host_cache과 동일한 기능을 가지는거 같습니다.

'FLUSH HOSTS' is deprecated and will be removed in a future release. Please use TRUNCATE TABLE performance_schema.host_cache instead

 

출처 : https://sd23w.tistory.com/414

 

mysql 외부 접속시 connection locked 현상 (Unblock with 'mysqladmin flush-hosts' 에러)

출처 : https://m.blog.naver.com/PostView.nhn?blogId=jjijilx2&logNo=221147431525&proxyReferer=https%3A%2F%2Fwww.google.com%2F 에러 메세지. ERROR 1129(00000): Host '*' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts'

sd23w.tistory.com

 

반응형

댓글