码迷,mamicode.com
首页 > 数据库 > 详细

mysql 导入出csv

时间:2018-12-24 20:22:29      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:state   参数   line   允许   add   ike   exec   mysq   csv   

load data infile ‘/var/lib/mysql-files/ip_address.csv‘ into table ip_address fields terminated by ‘,‘ optionally enclosed by ‘"‘ escaped by ‘"‘ lines terminated by ‘\n‘;

 

报错:ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement

mysql中执行 show variables like ‘%secure%‘;  -- 查看secure-file-priv 这个参数只允许导入导出文件的位置,默认为/var/lib/mysql-files/如果要导入的文件不在这个里面就报以上错误;

 

mysql 导入出csv

标签:state   参数   line   允许   add   ike   exec   mysq   csv   

原文地址:https://www.cnblogs.com/aaron-agu/p/10170680.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!