This error message appears when the mysql server has timed out. The connection is closed after the server has timed out.
The default time out duration for mysql server is 8 hours. You change this by modifying the "wait_timeout" variable before starting "mysqld". The variable is hold in seconds. So the default value is 28800.
>mysqld --wait_timeout 57600