|
MariaDB currently supports Limit of LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within specified directory via secure_file_priv parameter or set this parameter to empty string (default) to any directory for import/export.
I would like to request NULL support for secure_file_priv as in oracle mysql to disable disables import and export operations.
https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_secure_file_priv
If set to NULL, the server disables import and export operations.
|
|