I've previously asked a question on dumping a database by splitting it into tables separately. Well, I manage to do it with mysqldump command but however, when I try to restore the database locally to extract some data's.. it stops with an error at certain point. A table which contains data's more than 2GB. Even I tried restoring each table to see whether it gives me a success. But it was still the same... its the same table which gives an error.
Can anyone tell me whether there's a way to repair a downloaded dump or check downloaded table by checking each??
thanks in advance.
EDIT: This is the error I got "ERROR 2006 (HY000) at line 5855099: MySQL server has gone away
"
EDIT 2: When I tried this on my VPS via SSH.. it gave me this error "ERROR 1153 (08S01) at line 4215: Got a packet bigger than 'max_allowed_packet' bytes
"