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 ""