From 26a9ab9322180cec790bbe4738e980b934b9d43a Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 19 Jun 2022 17:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E9=99=90=E5=88=B6=E5=9C=A8?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/mysql/conf/my.cnf | 3 +++ plugins/mysql/conf/my5.7.cnf | 2 ++ plugins/mysql/conf/my8.0.cnf | 2 ++ 3 files changed, 7 insertions(+) diff --git a/plugins/mysql/conf/my.cnf b/plugins/mysql/conf/my.cnf index 6116f4078..40c1cc286 100644 --- a/plugins/mysql/conf/my.cnf +++ b/plugins/mysql/conf/my.cnf @@ -79,6 +79,9 @@ innodb_read_io_threads = 1 innodb_write_io_threads = 1 innodb_file_per_table=1 + +secure-file-priv=/tmp + [mysqldump] quick max_allowed_packet = 16M diff --git a/plugins/mysql/conf/my5.7.cnf b/plugins/mysql/conf/my5.7.cnf index 2345146ae..b1ceb4ecb 100644 --- a/plugins/mysql/conf/my5.7.cnf +++ b/plugins/mysql/conf/my5.7.cnf @@ -76,6 +76,8 @@ innodb_read_io_threads = 1 innodb_write_io_threads = 1 innodb_file_per_table=1 +secure-file-priv=/tmp + [mysqldump] quick diff --git a/plugins/mysql/conf/my8.0.cnf b/plugins/mysql/conf/my8.0.cnf index 557893bac..453ee1173 100644 --- a/plugins/mysql/conf/my8.0.cnf +++ b/plugins/mysql/conf/my8.0.cnf @@ -77,6 +77,8 @@ innodb_write_io_threads = 1 innodb_file_per_table=1 binlog_expire_logs_seconds=2592000 +secure-file-priv=/tmp + [mysqldump] quick