Hi,
I'm in an emergency. I had a disk crash and I had a huge mysql db backed up in 2 different .sql files generated with mysql admin.
I try to restore the file and it says "unknow object in backup file".
What is this? I have already put the "max_allowed_packet=100M" in mysqld but I still get the same error. I do not have a blob inside. Both of my files do this (they are not corrupted).
My db has millions of records in simple numbers (integers and texts) and one table with 1 primary key. How much simpler can this be? Why do I get this message any ideas??
Thanks in advance
mysql version = 5.0.90 community server
mysql admin = 5.1.11
I'm in an emergency. I had a disk crash and I had a huge mysql db backed up in 2 different .sql files generated with mysql admin.
I try to restore the file and it says "unknow object in backup file".
What is this? I have already put the "max_allowed_packet=100M" in mysqld but I still get the same error. I do not have a blob inside. Both of my files do this (they are not corrupted).
My db has millions of records in simple numbers (integers and texts) and one table with 1 primary key. How much simpler can this be? Why do I get this message any ideas??
Thanks in advance
mysql version = 5.0.90 community server
mysql admin = 5.1.11