Export to XML File

How will you export tables as an XML file?

Questions by paricse

Showing Answers 1 - 1 of 1 Answers

veerbahadur

  • Dec 23rd, 2008
 

You can export any result set from MySQL Query Browser by right-clicking within the result set and choosing an option from the Export Resultset sub-menu. You can choose to export the result set in CSV, XML, HTML, Microsoft Excel XLS or PLIST formats.
or you can use the command like

./mysql -ujon test --xml -e 'SELECT * FROM ' > .xml


or refer this source:
dev.mysql . com/tech-resources/articles/mysql-5.1-xml . html

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions