I couldn't get the LOCAL option to work; even when I started mysql with the --local-infile argument. After reading around in the manual I decided to grant myself the FILE privilege since I am the only user on my computer where I am teaching myself mysql.

On Friday, July 4, 2003, at 12:08 PM, Paul DuBois wrote:

Is there something wrong with my table? I had to give myself FILE privileges before I could load my table data from a file. (The tutorial didn't mention that.)

The tutorial uses LOAD DATA LOCAL rather than LOAD DATA; with LOCAL you shouldn't need the FILE privilege.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to