I was told by an expert that there are serious security issues with using LOAD DATA INFILE. He runs a hosting company and has FILE privileges disabled.
If the mysql server is not supposed to allow logins, then this command will let a user read files that they normally shouldn't.
Sean
coopster
7:05 pm on Jul 20, 2005 (gmt 0)
It depends on who the web server is running as and how the MySQL database server is setup and who the database server is running as. LOAD DATA LOCAL has some potential security issues but you would have to ask your friend to explain himself beyond that.