We have recently updated our client pcs from Windows 7 to Windows 10, and along with that, updated our MySQL Drivers from "MySQL ODBC 5.3 Unicode Driver" to "MySQL ODBC 8.0 Unicode Driver".
I use the LOAD DATA LOCAL INFILE
command via the RODBC
R package to import data from a local CSV file to a MySQL server. No changes have been made on the server and the SQL statement is still the same as before, but since the driver update I get the following error message:
"The used command is not allowed with this MySQL version"
The command still works when I run it on one of the old Win7 machines, which means that it is not a server-based problem (such as local-infile=0
in the config-file).
Has anyone else experienced this?
Thanks and kind regards,
Johannes