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

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