MySQL Forums
Forum List  »  Backup

Re: how to : mysqldump without quotes around table names
Posted by: Umesh Shastry
Date: April 07, 2006 11:17PM

Hi!!

Try this ..use option --skip-quote-names after compatible option...

mysqldump test --single-transaction --no-create-info --no-create-db --skip-opt --skip-set-charset --skip-comments --compact --compatible=oracle --skip-quote-names > "backup.sql" -u root

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to : mysqldump without quotes around table names
2992
April 07, 2006 11:17PM


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.