I am trying to get my infile query to work but i get the error
Access denied for user: 'user@localhost' (Using password: YES)
LOAD DATA INFILE 'textfile.txt' INTO TABLE request_import FIELDS TERMINATED BY '\t' ESCAPED BY '\' LINES TERMINATED BY '\r' IGNORE 1 LINES
Why would I be getting this error? I have full permission given to the files and I connected to the database fine.