MySQL Forums
Forum List  »  Connector/Node.js

Re: Export table data to XML file
Posted by: Sujith Kumar
Date: October 21, 2008 05:06AM

hi buddy u can use the following console command


mysqldump --xml --databases your database name -u username -p password >test.xml

after execution the file named test.xml can find on your mysql>bin> diretory ok

"The fear of the Lord is the beginning of wisdom"

Options: ReplyQuote


Subject
Written By
Posted
February 05, 2009 04:58AM
Re: Export table data to XML file
October 21, 2008 05:06AM


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.