Restoring MySQL dump - ERROR 2006 (HY000)

Posted by matcheek on Server Fault See other posts from Server Fault or by matcheek
Published on 2012-04-05T10:22:36Z Indexed on 2012/04/05 11:32 UTC
Read the original article Hit count: 167

Filed under:
|

I am just trying to restore a mysql dump. Below are the command and error message. Can anybody give me some clues how to approach this?

10:54:16 Restoring C:\Users\matcheek\Documents\dumps\Dump20120405-1.sql

    Running: mysql.exe "--defaults-extra-file="d:\temp\tmpbvhy4i.cnf"  " --host=127.0.0.1 --user=root --port=3306 --default-character-set=utf8 --comments < "C:\\Users\\matcheek\\Documents\\dumps\\Dump20120405-1.sql"

    ERROR 2006 (HY000) at line 271: MySQL server has gone away

© Server Fault or respective owner

Related posts about database

Related posts about mysqldump