MySQL Forums
Forum List  »  Backup

how to : mysqldump without quotes around table names
Posted by: Mickael Besson
Date: March 22, 2006 05:43AM

Hello,

I want to create a backup (data only), comptaible with Oracle.
It's quite good but there are still quotes around table names which aren't be accepted by Oracle.
So, how to export data with mysqldump without quotes around table names ?

For information, I use for the moment this syntax :
mysqldump test --single-transaction --no-create-info --no-create-db --skip-opt --skip-set-charset --skip-comments --compact --compatible=oracle > "backup.sql" -u root

Thank you very much

Options: ReplyQuote


Subject
Views
Written By
Posted
how to : mysqldump without quotes around table names
6395
March 22, 2006 05:43AM


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.