MYSQL Big Data Import

Source: Internet
Author: User

Thanks for the Code provided by XP!
Record it here, because it will be used later. It will be used for data query!
Step 1: mysql-h localhost-uroot
Step 2: show databases;
Step 3: use changchunmap;
Step 4: show tables;
Step 5: load data local infile "d:/c.txt" replace into table changchunmap fields terminated '';
No;
Load data local infile "d:/migration/mysql/babel_topic.txt" replace into table babel_topic_test fields terminated''
Load data local infile "d:/migration/mysql/babel_user.txt" replace into table babel_user_test fields terminated by '\ t'
During the import process, the length of some tables can be changed to NULL because the data of some fields is NULL. To correctly import the data, make sure that the following fields are modified:
Babel_topic: tpc_uname VARCHAR (192) can be NULL
Babel_user: usr_password VARCHAR (64) can be NULL
Usr_nick VARCHAR (192) can be NULL
Load data local infile "d:/c.txt" replace into table changchunmap fields terminated''

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.