会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
Atin
千里之行始于足下
随笔分类 -
MySql
mysql命令行导入大文件txt
2012-10-30 16:59 by atin, 475 阅读,
收藏
,
摘要: load data local infile 文件路径 into table 表名 lines terminated by 分隔符例:load data local infile ‘/root/aa.txt’ into table t lines terminated by ‘\t’;
阅读全文
0 Comment
About