重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

MySQL5.7向表导入数据报错"ERROR13(HY000):Can'tgetstatof"

MySQL 5.7向表导入数据时报错:

mysql> load data infile '/var/lib/mysql-files/ADDSubscribers_MSISDN.txt' into table tmp_Subscribers_01 fields enclosed by '"';
ERROR 13 (HY000): Can't get stat of '/var/lib/mysql-files/ADDSubscribers_MSISDN.txt' (Errcode: 13 - Permission denied)

解决方法:
在load语句中加上local参数

mysql> load data local infile '/tmp/ADDSubscribers_MSISDN.txt' into table tmp_Subscribers_01 fields enclosed by '"';
Query OK, 0 rows affected, 10 warnings (0.00 sec)
Records: 10  Deleted: 0  Skipped: 10  Warnings: 10

分享题目:MySQL5.7向表导入数据报错"ERROR13(HY000):Can'tgetstatof"
文章出自:http://cqcxhl.cn/article/pgpgss.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP