Search code examples
mysql-error-1064

mysql ERROR 29 (HY000) How to fix it please


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.


Solution

  • 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!