MySQL Forums
Forum List  »  MySQL Workbench

Error Code 1148: The used command is not allowed with this MYSQL version
Posted by: Catherine S
Date: November 05, 2018 01:34PM

I am using MySQL and MySQL Workbench 8.0. When I try to apply the following statement, it shows "Error Code 1148: The used command is not allowed with this MYSQL version"

SET GLOBAL local_infile = 1;
LOAD DATA LOCAL INFILE 'path/myfile.csv' INTO TABLE TABLENAME


Could anyone help? Thank you!

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.