Mysql Large Data import _mysql

Source: Internet
Author: User

Thanks for the code provided by XP!
Record here, because later learn to use, function data inquiry use!
The first step: Mysql-h localhost-uroot
Step two: show databases;
Step three: Use Changchunmap;
Fourth step: Show tables;
Fifth step: Load Data local infile "d:/c.txt" replace into table Changchunmap fields terminated by ';
No more;
Load data local infile "d:/migration/mysql/babel_topic.txt" Replace to table Babel_topic_test fields terminated by ""
Load data local infile "d:/migration/mysql/babel_user.txt" Replace to table Babel_user_test fields terminated by ' \ t '
In order to import correctly because some of the field data has modified the length of some tables and can be empty during the import process, 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 to table Changchunmap fields terminated by ""

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.