MYSQL大数据导入

时间:2022-03-22 01:15:15

在这里记录一下,因为以后学要用;作用资料查询之用!

第一步:mysql-hlocalhost-uroot

第二步:showdatabases;

第三步:usechangchunmap;

第四步:showtables;

第五步:loaddatalocalinfile"d:/c.txt"replaceintotablechangchunmapfieldsterminatedby'';

没有了;

loaddatalocalinfile"d:/migration/mysql/babel_topic.txt"replaceintotablebabel_topic_testfieldsterminatedby''

loaddatalocalinfile"d:/migration/mysql/babel_user.txt"replaceintotablebabel_user_testfieldsterminatedby'\t'

在导入过程中因为某些字段数据为NULL修改了某些表格的长度和可以为空,为了正确导入,请保证如下字段修改完毕:

Babel_topic:tpc_unameVARCHAR(192)可以为NULL

Babel_user:usr_passwordVARCHAR(64)可以为NULL

usr_nickVARCHAR(192)可以为NULL

loaddatalocalinfile"d:/c.txt"replaceintotablechangchunmapfieldsterminatedby''