I am trying to load data into mysql database using
LOAD DATA LOCAL INFILE A.txt INTO DB LINES TERMINATED BY \'|\';
the topic of this questi
http://dev.mysql.com/doc/refman/5.6/en/load-data-local.html
Put this in my.cnf - the [client] section should already be there (if you're not too concerned about security).
[client]
[client] loose-local-infile=1