Mysql Server has gone away. This issue is most commonly encountered with backed-up database with a large blob or longtext fields. The MySQL server has gone away (error 2006) has two main causes: 1. Server Timed out 2. Server stopped…
Determine what MySQL Server is running
Definition of Terms: MySQL Server = refers to the mysql server that was installed using Ubuntu Software Center/Synaptic Package Manager. The one that can be started using “sudo /etc/init.d/mysql start” or “sudo /etc/init.d/mysqld start” Lampp MySQL = refers to the mysql server…