I\'m running Mysql 5.5 on Ubuntu 12 LTS. How should I enable LOAD DATA LOCAL INFILE in my.cnf?
I\'ve tried adding local-infile in my config at various places but I\'
if your csv file located same with db, you need to remove LOCAL in LOAD DATA INFILE, or you will get the error
The used command is not allowed with this MySQL version