ERROR 2006: MySQL server has gone away 자료를 찾아보면, 이 에러는 MySQL 서버와 클라이언트 사이에 통신이 제대로 안 될때 발생한다고 한다. wait_timeout을 다시 설정하고, interactive_timeout을 다시 설정해도, 저 에러코드는 계속 나올 경우는.. max_allowed_packet 의 value를 늘려주길. ex) max_allowed_packet=4294967295 wait_timeout=300000 아래는 mysql.org에서 발췌. You can also get these errors if you send a query to the server that is incorrect or too large. If mysqld receives a pa..