MySQL Forums
Forum List  »  Newbie

Re: Problem to set secure-file-priv using mysqld
Posted by: Peter Brawley
Date: March 25, 2021 03:25PM

You seem to be trying to do everything in a GUI. GUIs are convenient for hiding background details, ie they tend to protect us from learning how the thing we're using actually works.

secure_file_priv is set in the section under [mysqld] of my.cnf if you're running on Linux, of my.ini if you're running on Windows. You might want to read https://dev.mysql.com/doc/refman/8.0/en/option-files.html.

Options: ReplyQuote


Subject
Written By
Posted
Re: Problem to set secure-file-priv using mysqld
March 25, 2021 03:25PM


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.