I am getting error when using load data to insert the query .
\"load data infile \'/home/bharathi/out.txt\' into table Summary\"
This file is t
The solution which really worked for me was to:
sudo chown mysql:mysql /path/to/the/file/to/be/read.csv
Adding it for future reference.