I'm not exactly sure what the problem is here, but when restoring some dumps I have problems which results in the message the server has gone away. This fixes it, log in to another mysql session and enter this:
set global net_buffer_length=1000000; set global max_allowed_packet=1000000000;
It will magically now work!

Leave a comment