This is a discussion on Easiest Way to Export to XML from MySQL? within the MySQL Database forums, part of the Database Forums category; We have a supplier that uses MySQL for their database, and I would like to know what product or built-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
We have a supplier that uses MySQL for their database, and I would like to
know what product or built-in tools could most easily help them to produce XML export files from that database? They wrote a PHP program to do a CSV export, but we prefer the data in XML format. They don't understand XML at all and don't want to invest time to understand it. So I am hoping to identify and buy for them any commercial application that would make the entire process point and click, and then create from their selections some script that could be run from Linux daily to create the XML export. -- Will |
|
|||
|
On Fri, 9 Mar 2007 12:21:23 -0800, "Will" <westes-usc@noemail.nospam>
wrote: >We have a supplier that uses MySQL for their database, and I would like to >know what product or built-in tools could most easily help them to produce >XML export files from that database? They wrote a PHP program to do a CSV >export, but we prefer the data in XML format. They don't understand XML at >all and don't want to invest time to understand it. So I am hoping to >identify and buy for them any commercial application that would make the >entire process point and click, and then create from their selections some >script that could be run from Linux daily to create the XML export. Check out SQLyog <http://www.webyog.com/en/> a GUI that has a XML export. Lee |