mysql -uroot -proot -H < c:/sql.sql > c:/data.html; mysql -uroot -proot -X < c:/sql.sql > c:/data.xml;html
在sql.sql中寫入批處理命令,既可導出xml或html數據mysql