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 25, 2020 03:12PM

Bravo! I changed to forward slashes and it works:

LOAD DATA INFILE 'C:/ProgramData/MySQL/MySQL Server 8.0/Uploads/Pricing & Routing - Trn_Cde.tsv' INTO TABLE hto_demo.`pricing & routing - trn_cd`
IGNORE 1 ROWS;

Case closed.

Thank you Peter

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 25, 2020 03:12PM


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.