I have tried import database by command line in mysql. It was big one having size of 2Gb. The import was stopped in middle of some where with error like
Error 2006 at line 14425, Mysql has gone away.
I checked tables, total table is around 450. But only 363 tables are imported.
Anyway I'm going to try again with increasing max_allowed_packet
and increasing timeout
.
The question is, can I import the database in previous one, so that It can continue where it was stopped..? or import in new database..?