Re: Error 1013

2005-12-17 Thread David Logan
_List.csv' (Errcode: 2) I've looked up the error on the MySQL website and found the error listed as Error 1013 in the listing of server errors for MySQL 4.1, but I can't find an explanation. 1st question - the obvious one - does anyone know what is triggering the error? 2nd

Re: Error 1013

2005-12-17 Thread Karl Krelove
: 2) I've looked up the error on the MySQL website and found the error listed as Error 1013 in the listing of server errors for MySQL 4.1, but I can't find an explanation. 1st question - the obvious one - does anyone know what is triggering the error? 2nd question - why does My

Re: Error 1013

2005-12-17 Thread David Logan
rl/Student_List.csv' into table student_list FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n'; In response I get: ERROR 13 (HY000): Can't get stat of '/var/lib/mysql/home/karl/Student_List.csv' (Errcode: 2) I've look

Re: Error 1013

2005-12-17 Thread Glennie Vignarajah
Le Saturday 17 December 2005 04:54, Karl Krelove(Karl Krelove <[EMAIL PROTECTED]>) disait: Hello, > LOAD DATA INFILE 'home/karl/Student_List.csv' into table ^^^ > student_list FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES > TERMINATED BY '\n'; > > In response I get: ERROR

Error 1013

2005-12-16 Thread Karl Krelove
' into table student_list FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n'; In response I get: ERROR 13 (HY000): Can't get stat of '/var/lib/mysql/home/karl/Student_List.csv' (Errcode: 2) I've looked up the error on the My