MySQL Forums
Forum List  »  Backup

mysqldump error, why?
Posted by: Ian Gates
Date: August 19, 2008 07:13AM

hi there,

I have been trying to take a copy of our database, but it keeps failing, can anyone tell me what I am doing wrong please.

the code I am using is:

c:\mysql\bin\mysqldump.exe --user=root --password=password --single-transaction --master-data --database db1 --ignore-table=db1.table1 --ignore-table=db1.table2 --ignore-table=db1.table3 --ignore-table=db1.table4 --ignore-table=db1.table5 --ignore-table=db1.table6 --ignore-table=db1.table7 --ignore-table=db1.table8 --result-file=d:\db1dumpfile.sql

the error I get is 'Illegal use of option --ignore-table=<database>.<table>'

thanks in advance

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqldump error, why?
9531
August 19, 2008 07:13AM
3714
August 19, 2008 08:14AM


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.