Re: how to : mysqldump without quotes around table names
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
Subject
Views
Written By
Posted
6395
March 22, 2006 05:43AM
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.