Re: Secure File Privilege
Make changes to the configuration file you need to take following 2 actions some time it works with option 1 only. But safer side
01
my.ini
#secure-file-priv="C:/ProgramData/MySQL/MySQL Server 8.0/Uploads"
secure-file-priv=""
02
login to mysql
set @@global.secure_file_priv="";
Subject
Views
Written By
Posted
179
February 22, 2022 12:17PM
80
February 22, 2022 12:39PM
73
February 22, 2022 01:00PM
77
February 22, 2022 01:03PM
68
February 22, 2022 01:41PM
79
February 22, 2022 03:16PM
83
February 22, 2022 05:09PM
Re: Secure File Privilege
85
February 26, 2022 03:34AM
Sorry, only registered users may post in this forum.
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.