반응형
클라이언트로 접속 시도시 발생하는 에러입니다.
아래의 명령어로 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
반응형
'다른 DBMS > MySQL&MariaDB' 카테고리의 다른 글
테이블 관리(file-per-table와 테이블스페이스) (2) | 2024.01.05 |
---|---|
[Warnings]Integer display width is deprecated and will be removed in a future release. (0) | 2023.11.10 |
MySQL 업그레이드 (2) - 마이너 업그레이드 (2) | 2023.10.24 |
[Mysql Workbench]접속 에러 해결 : unsupported protocol (2) | 2023.10.23 |
변수를 적용하는 새로운 방법 - SET PERSIST (0) | 2023.10.18 |
댓글