To export a MySQL database table as an XML document, you can use mysqldump command like
mysqldump DB_NAME TABLE_NAME --xml
phpMyAdmin table export feature also gives the option to save Data in multiple formats.

Visited 1 times, 1 visit(s) today
To export a MySQL database table as an XML document, you can use mysqldump command like
mysqldump DB_NAME TABLE_NAME --xml
phpMyAdmin table export feature also gives the option to save Data in multiple formats.
