MySQL Forums
Forum List  »  MySQL Workbench

MySQL 'secure-file-priv' Error
Posted by: Jon Dickens
Date: May 02, 2019 04:39PM

I am using MySQL Workbench 8.0

I am trying to load data from a txt file into a table that I have created using

LOAD DATA INFILE "C:/ProgramData/MySQL/MySQL Server 8.0/Data/SQLBook/calendar.txt" INTO calendar ;

I get the [ secure-file-priv ] error

How can I set the secure-file-priv parameter to enable me to execute the above SQL?

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL 'secure-file-priv' Error
504
May 02, 2019 04:39PM


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.