Mysql Server Has Gone Away Fix

If you see an error like the following:

1ERROR 2006 (HY000): MySQL server has gone away
2No connection. Trying to reconnect...
3Connection id:    990
4Current database: yourDB

Add the the following to /etc/my.cnf, increasing the value if error persists.

1'max_allowed_packet=64M'

See https://stackoverflow.com/questions/7942154/mysql-error-2006-mysql-server-has-gone-away for reference.