MySQL Forums
Forum List  »  MySQL Administrator

Error 130 - Incorrect file format on mysqldump
Posted by: Matthew Cowell
Date: February 26, 2007 10:27AM

Hello all:

I am having trouble running an automated backup script with mysqldump. The console command is:

mysqldump --all-databases -f -u root -pMyPassword | bzip2 -c > /bdbackup.sql.bz2

The command runs fine except for one table, where is get the error:

Couldn't execute 'show create table `jos_banner`': Incorrect file format 'jos_banner' (130).

I can open the table and view the contents, I can read from it and write to it, I have done a check on it and everything seems fine.

Does anyone have any ideas because I seem to be running out of them!

Thanks,
Matthew

Options: ReplyQuote


Subject
Written By
Posted
Error 130 - Incorrect file format on mysqldump
February 26, 2007 10:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.