Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2297269
  • 博文数量: 276
  • 博客积分: 5998
  • 博客等级: 大校
  • 技术积分: 5175
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-24 14:43
文章分类

全部博文(276)

文章存档

2014年(25)

2013年(11)

2012年(69)

2011年(167)

2010年(4)

分类: Mysql/postgreSQL

2012-03-22 17:02:14

mysql> load data infile '/root/1.txt' into table test fields terminated by ',' lines terminated by '\n';
mysql> ERROR 13 (HY000): Can't get stat of '/root/1.txt' (Errcode: 13)


权限问题:把1.txt copy到/tmp/目录下。
阅读(2197) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~