Lost connection to MySQL server during query
When trying to import database the following problem occurred:
ERROR 2013 (HY000) at line 430: Lost connection to MySQL server during query
Solution to the problem was to increase connection timeout variable by running to following query:
SET GLOBAL connect_timeout = 10;
by Valeri Tandilashvili
3 years ago
MySQL
1
Pro tip: use ```triple backticks around text``` to write in code fences