LOAD DATA LOCALLOAD DATA statement can load a file that is located on the server host.
LOCAL keyword is specified.
LOCAL version of LOAD DATA statements:
LOAD DATA LOCAL to read any files that the Web server process has read access.
LOAD DATA LOCAL commands from the server side.
mysqld with the --local-infile=0 option. read access.
LOAD DATA LOCAL INFILE 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
How do I run MySQL as a normal user?
© 2007 John Michael Pierobon