Mysql: Dump data in XML or HTML
Assume you have the table “exams” in the database “test”.Then, the following will give you XML output if executed from the shell prompt with the “-X” option. For html output use the “-H” option.
mysql -X -e "select \* from exams" test