The realization method of XML in Mysql database _mysql

Source: Internet
Author: User
D:\mysql-5.1.26-rc-win32\bin>mysql-x-utest test-e "select * from T1;" | Tee F:\out.xml
Copy Code code as follows:

<?xml version= "1.0"?>

<resultset statement= "SELECT * from T1" xmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance" >
<row>
<field name= "id" >1</field>
</row>

<row>
<field name= "id" >2</field>
</row>
</resultset>



-x specified as XML format
-utest Test (specify username and database, no password here)
"SELECT * from T1;" To specify the SQL statement to execute, do not forget the semicolon
| Tee f:\out.xml (I used tee, output orientation, because my machine has MKT tools toolbox,
So UNIX commands can be used, not accustomed to, you can directly use > to direct to F:\out.xml, that is, mysql-x-utest test-e "select * from T1;" > F:\out.xml

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.