Hello I am using the following version of MySQL:
Your MySQL connection id is 3
Server version: 5.7.18 Homebrew
I am trying to use the following command to load a csv as follows:
mysql> LOAD DATA LOCAL INFILE '/Users/adolf/Downloads/DB2.csv' INTO TABLE info;
However I am getting the following error:
ERROR 1148 (42000): The used command is not allowed with this MySQL version
So I really would appreciate support to overcome that issue,