-enable-local-infile: This option enables the capability to load data from local files using the client library. It allows MySQL client programs to read data files from the client host rather than the server host. Enabling this option allows the use of the LOAD DATA LOCAL INFILE statement to load data from local files into database tables. It is a security feature that can be controlled by server administrators.
Discusssion
Login to discuss.