开发者社区 问答 正文

MySQL 的 LOCAL_INFILE 用处?

编译安装中,很多人都把默认的DENABLED_LOCAL_INFILE 设置成了 1,但是默认确实关闭的,请问打开这个功能有什么用呢?谢谢!

展开
收起
小旋风柴进 2016-03-11 12:53:01 6244 分享 版权
1 条回答
写回答
取消 提交回答
  • If LOAD DATA LOCAL is disabled, either in the server or the client, a client that attempts to issue such a statement receives the following error message:
    
    ERROR 1148: The used command is not allowed with this MySQL version
    2019-07-17 18:58:57
    赞同 展开评论