Re: Load Data Errcode 13

2001-04-16 Thread Gerald Clark

The server needs read and execute permissions all the way to the data
file, and read
permissions on the file.

I you are on the server, try LOAD DATA LOCAL instead.

Kalvin Kag Khetsavanh wrote:
 
 I keep getting the following error everytime i tried to use Load Data
 
 mysql load data infile '/home/laovision/lvdb/region.dat'
 - into table tlu_region fields terminated by '\t';
 ERROR 13: Can't get stat of '/home/laovision/lvdb/region.dat' (Errcode: 13)
 
 I get same error using mysqlimport
 
 Any help would great.
 
 Thanks,
 
 Kalvin

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Load Data Errcode 13

2001-04-13 Thread Kalvin Kag Khetsavanh

I keep getting the following error everytime i tried to use Load Data

mysql load data infile '/home/laovision/lvdb/region.dat'
- into table tlu_region fields terminated by '\t';
ERROR 13: Can't get stat of '/home/laovision/lvdb/region.dat' (Errcode: 13)

I get same error using mysqlimport

Any help would great.

Thanks,

Kalvin