MySQL Forums
Forum List  »  General

Re: Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
Posted by: JK Heydt
Date: August 24, 2020 05:40AM

New error. I did some more research according to he documentation and change command to:

LOAD DATA LOCAL INFILE 'C:\ProgramData\MySQL\MySQL Server 8.0\Uploads\trn_cd.tsv' INTO TABLE a_trn_cde;

Now I get this error:

Error Code: 3948. Loading local data is disabled; this must be enabled on both the client and server sides

Is it a problem with the command or is this a new rabbit hole?

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Re: Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
August 24, 2020 05:40AM


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.