mysql -uroot -proot -H < c:/sql.sql > c:/data.html;mysql -uroot -proot -X < c:/sql.sql > c:/data.xml;
在sql.sql中写入批处理命令,既可导出xml或html数据