I am using SQLyog Community Edition – v8.05
Recently I used
“Backup Database as SQL Dump” to backup my MySQL database 5.1 to a sql file.
Now I want to restore from this sql file using “Restore from SQL dump”
but got an error found in the sqlyog.err file:
Error occured at:2009-09-27 18:02:30
Line no.:777
Error Code: 1153 – Got a packet bigger than 'max_allowed_packet' bytes
These lines right after an insert statement of one of the tables has ~100,000 records.
Any idea was this table caused the problem?
I cannot opent the sql file inside SQLyog since SQLyog complained the file is too big to be opened inside SQLyog.