Mysql:Changes in MySQL 5.6.34 (2016-10-12, General Availability):secure-file-priv
Posted 数据库探索
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql:Changes in MySQL 5.6.34 (2016-10-12, General Availability):secure-file-priv相关的知识,希望对你有一定的参考价值。
Changes in mysql 5.6.34 (2016-10-12, General Availability)
-
Incompatible Change: The
secure_file_priv
system variable is used to limit the effect of data import and export operations. The following changes have been made to how the server handles this variable:-
secure_file_priv
can be set toNULL
to disable all import and export operations. -
The server checks the value of
secure_file_priv
at startup and writes a warning to the error log if the value is insecure. A non-NULL
value is considered insecure if it is empty, or the value is the data directory or a subdirectory of it, or a directory that is accessible by all users. Ifsecure_file_priv
is set to a nonexistent path, the server writes an error message to the error log and exits. -
Previously, the
secure_file_priv
system variable was empty by default. Now the default value is platform specific and depends on the value of theINSTALL_LAYOUT
CMake option, as shown in the following table.INSTALL_LAYOUT
ValueDefault secure_file_priv
ValueSTANDALONE
,WIN
NULL
DEB
,RPM
,SLES
,SVR4
/var/lib/mysql-files
Otherwise mysql-files
under theCMAKE_INSTALL_PREFIX
value -
To specify the default
secure_file_priv
value explicitly if you are building from source, use the newINSTALL_SECURE_FILE_PRIVDIR
CMake option. To specify a directory for the embedded server, set the newINSTALL_SECURE_FILE_PRIV_EMBEDDEDDIR
option. Its default value isNULL
.
(Bug #24679907, Bug #24695274, Bug #24707666)
-
以上是关于Mysql:Changes in MySQL 5.6.34 (2016-10-12, General Availability):secure-file-priv的主要内容,如果未能解决你的问题,请参考以下文章
Mysql:Changes in MySQL 5.6.34 (2016-10-12, General Availability):secure-file-priv
Mysql:Changes in MySQL 5.6.22 (2014-12-01, General Availability):sql-log-bin
Mysql:Changes in MySQL 5.7.13 (2016-06-02, General Availability):maximum length of MySQL user names
Mysql:Changes in MySQL 5.7.5 (2014-09-25, Milestone 15):innodb_buffer_pool_size parameter is dynami(
Mysql:Changes in MySQL 5.7.7 (2015-04-08, Release Candidate):The innodb_file_format default value wa