[MySQL] blocked because of many connection errrors ์๋ฌ ํด๊ฒฐ
by rlaehddnd0422Problem
์ด๋ ์์ ๋ถํฐ ๊ฐ์๊ธฐ ์๋ฒ์์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์ ๊ทผํ ๋ ์์ธ๊ฐ ๋ฐ์ํ๋ ๋ฌธ์ ๊ฐ ์๊ฒผ์ต๋๋ค. ์์ธ ๋ก๊ทธ๋ฅผ ํ์ธํด ๋ณด๋, ์์ ๊ฐ์ด ๋จ๋๋ฐ,
์ด ์ค๋ฅ๋ mysql๊ณผ ์ฐ๊ฒฐ์ด ๋น์ ์์ ์ผ๋ก ๋์ด์ง ๋ ํ์๋ฅผ ์นด์ดํธํด์ max_connect_errors ๊ฐ๋ณด๋ค ์ปค์ง๋ฉด ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ ๊ทผํ์ง ๋ชปํ๋๋ก ๋ง๋ ์๋ฌ๋ผ๊ณ ํฉ๋๋ค.
Solve
SELECT @@global.max_connect_errors; // ํ๊ฒฝ ๋ณ์ ๊ฐ ํ์ธ
flush hosts; // ์นด์ดํ
๋ ์๋ฌํ์ ์ด๊ธฐํ
'๐ Etc > Sol' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[AWS] Amazon S3 ๋ฒํท์์ ํ์ผ ๊ฐ์ ธ์ค๊ธฐ (0) | 2023.09.12 |
---|---|
[AWS] S3(Simple Storage Service)์๋ฒ์ Spring Boot ์ฐ๋ (0) | 2023.08.17 |
[DB] EC2 MySQL ์ฐ๋ ์ค ๋๋ฏธ ๋ฐ์ดํฐ ์ฝ์ ์ค๋ฅ ํด๊ฒฐ (0) | 2023.08.16 |
TestCode์์ Lombok ์ฌ์ฉ (build.gradle) (0) | 2023.08.16 |
[AWS] EC2 ์๋ฒ ๋ฐฐํฌ - EC2 Ubuntu Console ์ ์, ๋น๋ (2) | 2023.08.13 |
๋ธ๋ก๊ทธ์ ์ ๋ณด
Study Repository
rlaehddnd0422