MySQL大数据导入
这篇文章主要为大家详细介绍了MySQL大数据导入,具有一定的参考价值,可以用来参考一下。
对此感兴趣的朋友,看看idc笔记做的技术笔记!
感谢XP提供的代码!在这里记录一下,因为以后学要用;作用资料查询之用!第一步: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)可以为NULLBabel_user:usr_passwordVARCHAR(64)可以为NULLusr_nickVARCHAR(192)可以为NULLloaddatalocalinfile"d:/c.txt"replaceintotablechangchunmapfieldsterminatedby''
注:关于MySQL大数据导入的内容就先介绍到这里,更多相关文章的可以留意