I am using both versions 6.56 and the 7.0 RC on windows XP. I do a "backup database as Sql Dump". I examine the output and it is correct. It has the USE dbname statement in it, as well as the non-bulk INSERT statements I requested. There are no triggers in the database.
When I try to restore the database using the dump file, I have selected the database to restore to in SQLyog (although I know it should not be necessary since the dump has the USE statement in it). It chugs along for a short while and reports an error. It was trying to execute a statement to "DROP TRIGGER triggername". As I mentioned, there are no triggers in the DB. Furthermore, I look down in the error file and see that some of the next INSERT statements refer to data that does not exist in this database.
At first glance, it would appear I have choosen the wrong dump to restore. So I check the filename, location ,etc of the dump many times and try the restore many times. All with the same results. It appears that even though I have selected one dump file, it is using another.
I am including a copy of the dump file and the resulting error file, although I am not sure they can be much help.
Regards,
Mike
