MySQL Forums
Forum List  »  General

Re: LOAD_FILE() only works on Windows, not Linux
Posted by: Christopher Woods
Date: July 15, 2008 02:51PM

I think all that is wrong is that perhaps you haven't granted the FILE priv in the Linux MySQL installation.

mysql> GRANT FILE ON *.* TO me;

(You might need to be logged in as root to run the GRANT.)

After that's successful, try your LOAD_FILE() calls again.

Options: ReplyQuote


Subject
Written By
Posted
Re: LOAD_FILE() only works on Windows, not Linux
July 15, 2008 02:51PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.