From ec4e0cf905330f4fdc803ebe4bf14ba1417a90ef Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 5 Aug 2023 09:20:20 +0200 Subject: [PATCH] install_mysql.sh: remove unkown parameter 'net_read_timeout' and 'net_write_timeout' from configuration file, section '[mysqldump]'. --- install_mysql.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install_mysql.sh b/install_mysql.sh index d30eb4c..df12e6a 100755 --- a/install_mysql.sh +++ b/install_mysql.sh @@ -4285,8 +4285,6 @@ quick max-allowed-packet = 1024M default-character-set = utf8mb4 -net_read_timeout = 120 -net_write_timeout = 900 [mysql] no-auto-rehash @@ -4294,6 +4292,7 @@ no-auto-rehash #safe-updates local-infile = 1 + [myisamchk] key-buffer-size = 256M sort-buffer-size = 256M @@ -5507,8 +5506,6 @@ quick max-allowed-packet = 1024M default-character-set = utf8mb4 -net_read_timeout = 120 -net_write_timeout = 900 [mysql] no-auto-rehash @@ -5516,6 +5513,7 @@ no-auto-rehash #safe-updates local-infile = 1 + [myisamchk] key-buffer-size = 256M sort-buffer-size = 256M