MySQL Forums
Forum List  »  Newbie

Re: ERROR 1148 (42000): The used command is not allowed with this MySQL version
Posted by: Peter Brawley
Date: February 21, 2020 09:07PM

To make the setting stick, write ...

set persist local_infile=1;

or add local_infile=1 to the [server] section of my.ini.

See discussion at https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_local_infile

Options: ReplyQuote


Subject
Written By
Posted
Re: ERROR 1148 (42000): The used command is not allowed with this MySQL version
February 21, 2020 09:07PM


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.