摘要:
根据网上查询的结果整理的, 可做参考。但是好像没有办法将 XML 直接输入数据表。 查询命令中使用 Shell> mysql -X -uroot -proot -e "use test; show variables like '%version%';" 参数X表示生成xml格式的输出 , 参数e表示执行后面的命令 导出表数据到xml文件 Shell> mysql -X -uroot... 阅读全文
posted @ 2008-10-07 15:04
精思入神
阅读(285)
评论(0)
推荐(0)