From 6e69f843a04b23e5dcc0c637b3a6be88f0a37cd9 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 29 Jul 2024 19:49:53 +0800 Subject: [PATCH] update --- plugins/mysql/conf/my5.5.cnf | 2 +- plugins/mysql/conf/my5.6.cnf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql/conf/my5.5.cnf b/plugins/mysql/conf/my5.5.cnf index cd09e186b..8c59c159a 100644 --- a/plugins/mysql/conf/my5.5.cnf +++ b/plugins/mysql/conf/my5.5.cnf @@ -103,7 +103,7 @@ secure-file-priv={$SERVER_APP_PATH}/tmp [mysqldump] quick -max_allowed_packet = 16M +max_allowed_packet = 32M [mysql] no-auto-rehash diff --git a/plugins/mysql/conf/my5.6.cnf b/plugins/mysql/conf/my5.6.cnf index e29fd5a35..54b97fa8b 100644 --- a/plugins/mysql/conf/my5.6.cnf +++ b/plugins/mysql/conf/my5.6.cnf @@ -106,7 +106,7 @@ secure-file-priv={$SERVER_APP_PATH}/tmp [mysqldump] quick -max_allowed_packet = 16M +max_allowed_packet = 32M [mysql] no-auto-rehash