I get an error when using load data to insert a request.
"load data infile '/home/bharathi/out.txt' into table Summary"
This file is in this place. But mysql throws the following error. ERROR 29 (HY000): File '/home/bharathi/out.txt' not found (Errcode: 13)
show variables like 'data%'; +
Data Dir points to the root folder. I cannot change this variable because it is read-only.
How can I perform a load data entry operation?
I tried changing file permissions, uploading data locally. This will not work.
source share