MySQL Forums
Forum List  »  Install & Repo

secure_file_priv not read on Mac OSX installation
Posted by: NOT_FOUND NOT_FOUND
Date: February 18, 2017 05:10PM

From the error log file I see

2017-02-18T22:58:11.065057Z 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled

as confirmed by

mysql> SHOW VARIABLES LIKE "secure_file_priv";
+------------------+-------+
| Variable_name | Value |
+------------------+-------+
| secure_file_priv | NULL |
+------------------+-------+
1 row in set (0.01 sec)

Still the setting is configured

root# more /etc/my.cnf
[mysql]
log-bin=mysql-bin
server-id=1
secure_file_priv="/users/userid/"

and server has been stopped and started multiple times, both from the settings menu and from the prompt using launchctl

What could be going wrong?

Options: ReplyQuote


Subject
Written By
Posted
secure_file_priv not read on Mac OSX installation
February 18, 2017 05:10PM


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.