The driver has not received any packets form the server. 요류가 발생할 시
1) DB가 기동되어 있지않거나,
2) MySQL 커녞터(JDBC 드라이버) 버전 문제,
3) MySQL이 로컬호스트(120.0.01)로만 접속 허용,
4) 톰캣의 보안설정 문제등 이라고 포스팅되어 있었습니다.
[출처 : https:open.egovframe.go.kr/nforges/qna/qna/7017/.do]
저 같은 경우는 3번이 문제 였습니다.
해결책
vi /etc/mysql/mysql.conf.d/mysqld.cnf <-- 이 안으로 들어가서
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
#(요부분 주석처리)bind-address = 127.0.0.1
'리눅스' 카테고리의 다른 글
쉘 레벨 및 변수 (0) | 2017.06.09 |
---|---|
Bash For Loop 예제 (0) | 2017.06.05 |