Error : #2006 - MySQL server has gone away
Soln :-
This error is occur due to due to expire ofwait_timeout.
Just go to mysql server check its wait_timeout :
mysql>SHOW VARIABLES LIKE 'wait_timeout'
mysql> set global wait_timeout = 600 # 10 minute or maximum wait time out you need