Log in

View Full Version : MySQL 的 LOCAL_INFILE 用处?


Centereach
2016-06-07, 03:59 PM
编译安装中,很多人都把默认的 denabled_local_infile 设置成了 1,但是默认确实关闭的,请问打开这个功能有什么用呢?谢谢!

Cerro Gordo
2016-06-07, 04:00 PM
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