MySQL query results written to file

Source: Internet
Author: User
Tags mysql query

Note: Transfer from CSDN zuyi532

Method 1:
shell> mysql-uroot-proot-h localhost xxx library-e "select * from XXX table limit 1" >> OUT.txt

Method 2:
#>echo "SELECT * from XXX table Limit 1" | /usr/local/mysql/bin/mysql-h 127.0.0.1-uroot-proot XXX Library >/home/out.txt

Method 3:
Mysql>select * from xxx table into OUTFILE './xxx.txt ';

The first two are executed at the system command line

Method 3 needs to log in to MySQL and use the database, the generated files can only be placed in the MySQL data directory, the MySQL data directory is the directory of the table that holds MySQL **/mysql/var

MySQL query results written to file

Related Article

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.