We have a CSV file with thousands of records in it. I want to import these rows into a MySQL table via phpmyadmin. here is the command used:
load data loca
I had the same problem and I solved using doble quotes "\r\n" instead '\r\n'