_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
: 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
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
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
' 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