On maandag 1 december 2003 15:40 Jay Blanchard told the butterflies:
> [snip]
> Is there a way to export/import MySQL tables in XML format? [/snip]
> 
> Well Todd, it is a little more complex than this. How much do
> you know about XML?

In fact, exporting is quite simple. Just give

        > mysqldump --xml --password=[password] \
                [-u username] \
                databasename \
                [tables]

A try. Of course, substitute the correct values and stuff. Will give you
pretty neat output.

;),
Wouter
                




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to