I am restoring mysql backup file which is of size 2.6GB...but while restoring I am getting "Unknown object in backup file" exception . How can i solve this problem. and there are no logs in mysql administrator.
Thanks,
I am restoring mysql backup file which is of size 2.6GB...but while restoring I am getting "Unknown object in backup file" exception . How can i solve this problem. and there are no logs in mysql administrator.
Thanks,
Seems similar to the post on SO
The solution described in that bug is to increase the max_allowed_packet
in the MySQL server configuration.