I get error #1148 "The used command is not allowed with this mysql version" when trying to use:
'load data local infile' to upload data to a table in my database.  I'm using the format CSV using LOAD DATA and check the use local keyword, plus using appropriate field terminated, enclosed...