How to Restore Large MySQL Database
Restoring a large MySQL database When we restore a large database, usually we come across two errors as shown below: “MySQL server has gone away” & “Lost connection to MySQL server during query” These errors means that MySQL server (mysqld) timed out and closed the connection if nothing happened after the specified time duration. Here […]