Strange MySQL error

wxdqz

New Member
Hi, I'm running a PHP script on a Unix server using MySQL, the error I get is:

13: Can't get stat of '/path/film.txt' (Errcode: 2)

What could be the meaning ?

The error happens when I try to run the command from a PHP script, if I load the same istruction from Telnet session it works... the command is:

LOAD DATA INFILE '/path/file.txt' INTO TABLE tablename FIELDS TERMINATED BY '^' ENCLOSED BY '#'

Thank you
 
Back
Top