Home  >  Article  >  Database  >  直接用mysql输出xml或html语句_MySQL

直接用mysql输出xml或html语句_MySQL

WBOY
WBOYOriginal
2016-06-01 13:43:28786browse

bitsCN.com

直接用mysql输出xml或html语句


mysql -uroot -proot -H c:/data.html;
mysql -uroot -proot -X c:/data.xml;

在sql.sql中写入批处理命令,既可导出xml或html数据


 


作者 itfenqing bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:mysql常用操作_MySQLNext article:MySQL查询前几行_MySQL