MySQL Forums
Forum List  »  Microsoft SQL Server

Using LOAD DATA INFILE get error 13 (HY000)
Posted by: Rosa Morales
Date: June 22, 2006 02:28PM

Hi,

I am using a mysql server version: 5.0.22-max. I am trying to load
data in a
mysql table using:

LOAD DATA INFILE 'Users/rosamorales/Documents/etc/1990list.txt' INTO
TABLE
first_list FIELDS TERMINATED BY '\t' LINES TERMINATED BY '\r\n';

and I got the following error message:

ERROR 13 (HY000): Can't get stat of
'/usr/local/mysql/data/Users/rosamorales/Documents/etc/1990list.txt'
(Errcode:
2)

can someone help?

Options: ReplyQuote


Subject
Written By
Posted
Using LOAD DATA INFILE get error 13 (HY000)
June 22, 2006 02:28PM


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.