ERROR 2006 (HY000) at line 1: MySQL server has gone away
I am facing the same problem. I am trying to restore mysqldump file to my machine. The file have size of 2.7 MB
I had the same issue while restoring a bigger table: "SQL Fehler (2006): MySQL server has gone away".
Solution: Used smaller queries. Do not export big queries with comma separated rows. Changed it to single "INSERT" or "REPLACE" per row.