MySQL Forums
Forum List  »  Connector/Node.js

Re: export a database to xml file
Posted by: Sujith Kumar
Date: October 21, 2008 05:04AM

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 is on your mysql>bin> diretory ok

Options: ReplyQuote


Subject
Written By
Posted
Re: export a database to xml file
October 21, 2008 05:04AM


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.