I have the problem : ERROR 29 (HY000): File '/home/filip/Desktop/zkouska.csv' not found (Errcode: 13) I have the .csv file on my Desktop (/home/filip/Desktop/zkouska.csv) but I really don't know how to load this file to my table. Created table has same columns. Please help me. Thank you.
According to you post the error code 13:
[mysql@even ~]$ perror 13
OS error code 13: Permission denied
May you lack the permission of /home/filip/Desktop/zkouska.csv ?
please check
best wishes!