Kod: Markera allt
mysql> load data infile "/Filmer.txt" into table Filmer fields terminated by ';' enclosed by "\"" lines terminated by '\n';
ERROR 29 (HY000): File '/Filmer.txt' not found (Errcode: 13)
Kod: Markera allt
root@ThinkPad: ~ #> ls -l /Filmer.txt
-rwxrwxrwx 1 emil emil 19979 2008-12-11 10:39 /Filmer.txt