1. 에러 내용 java.sql.SQLException MESSAGE: null, message from server: "Host 'IP ADRESS' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'" 2. 원인 WAS가 비정상적인 커넥션으로 max_connect_errors에 설정된 값을 넘기게 되면, 해당 호스트는 mysql에 의해 블럭을 당함. 3. 수정 방법 mysql을 flush해주는 방법임. #/usr/local/mysql/bin/mysqladmin -u root -p flush-hosts
mysql max-connect-errors
2012. 11. 5. 11:11