How can you convert a MySQL database to XML? I want everythimg... data and there relation in XML schema file
how to convert from sqlyog community 8.13(free version)<
mysqldump --xml test > test.xml
or
mysqldump -X test > test.xml
mysqldump to xml