Export MySQL query results to XML

by

Want to export data from MySQL query to XML file?

Try Withdata DBToFile, a MySQL to XML converter for Windows, Linux, and macOS, Export MySQL data to XML, Easy and Fast.

Download Withdata DBToFile Download DBToFile

Export data from MySQL query to XML file

Login to MySQL -> Enter MySQL query -> Set XML file options -> Export MySQL query to XML

Choose MySQL and logon.

export MySQL query to XML file - Choose MySQL and logon

Click “Export From Query” at task dialog.

Export data from MySQL Query To Xml File - task window

Select XML file type.

Export Query Results from MySQL Query To XML File - select XML file type

1. Enter MySQL query.

Unload data from MySQL Query ResultSet To XML File - enter query clause

2. Set XML file options.

Extract data from MySQL Query Results To XML File - enter file name

3. Set rows options.

Convert data from MySQL Query ResultSet To XML File - summary

4. Export MySQL query results to XML file.

Dump data from MySQL SQL Query To XML File - export

After exporting, you can view output XML files.

Export data from MySQL Query Results To XML File - view XML file


More about MySQL to XML converter

See also:

MySQL → XML reference

Type mapping

Value kindin MySQLin XML
IntINT<int>1234</int>
BigintBIGINT<bigint>9007199254740993</bigint>
DecimalDECIMAL(p,s)<decimal>1234.56</decimal>
FloatDOUBLE<float>1.234e10</float>
TextVARCHAR(n)<char>text</char>
Long textLONGTEXT<text>multi-line text</text> (entities for &amp; &lt;)
DateDATE<date>2026-09-18</date> (xs:date with an XSD)
DatetimeDATETIME<datetime>2026-09-18T14:30:00Z</datetime> (xs:dateTime)
BinaryLONGBLOB<blob>base64...</blob> (xs:base64Binary)
BooleanTINYINT(1)<bool>true</bool>
JSONJSONescaped inside an element, or its own sub-tree

Dialect differences

MySQL is a database server and XML is a file format, so the gap is wider than a dialect difference - the rows below are where values and structure stop lining up.

Propertyin MySQLin XML
port3306—
identifiers`backtick`Attribute values in quotes; entities (&amp; &lt; &gt;) for ...
row limitLIMIT n—
datesDATETIME, TIMESTAMP, DATE, TIMEText (xs:date / xs:dateTime when an XSD is in play)
long textTINYTEXT / TEXT / MEDIUMTEXT / LONGTEXT—
binaryBLOB / TINYBLOB / LONGBLOBbase64Binary / hexBinary inside text
separator—Tags, not delimiters
encoding—Declared in the XML declaration
typing—None in the markup itself
shapeTables of rows and columnsArbitrary tree
ceiling—Whole document is usually parsed into memory

Command line

SideCommand
MySQLmysqldump, or mysql -e "SELECT ..." > out.csv
MySQL (load)mysqlimport, or LOAD DATA INFILE

Convert your data online, free

Free in-browser converters for CSV, Excel, JSON, XML and SQL: Withdata Online Data Conversion. Large files, batch conversion or scheduling? See the offline desktop apps, or browse all data conversion tools.