(퍼온글)Got timeout reading communication packets
출처 : https://m.blog.naver.com/theswice/221679482213 MySQL 에러로그 파일에 아래와 같은 메시지가 계속적으로 출력되어 무엇인가 확인해 보았습니다. 2019–10–15T23:37:50.452473+09:00 16256 [Note] Aborted connection 16256 to db: ‘theswicedb’ user: ‘theswice’ host: ‘10.1.1.1’ (Got timeout reading communication packets) 해당 메시지가 뜨는 이유는 DB서버로 로그인한 계정이 사용하지 않아 sleep 상태에서 MySQL에 설정한 기간이 도래하여 connection을 중지하겠다는 메시지입니다. * 에러로그에서 Note는 나타나지 않게 …