Hi,

I have the following sql statement:

LOAD DATA INFILE '/Babylon5/Library/WebServer/Documents/~milesfiles.com/ eims_errorlog.txt'
INTO TABLE eims_log
FIELDS
TERMINATED BY ' '
ENCLOSED BY ' '
LINES TERMINATED by '\r'


I can't seem to get it to run.

The path is correct but I keep getting the error:

"can't get stat of '/Babylon5/Library/WebServer/Documents/~milesfiles.com/ eims_errorlog.txt' "

What am I doing wrong ?

M i l e s.


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



Reply via email to