From 2eede9f6a044d3fdb7959e497b90403aa7b91dae Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 12 Aug 2023 14:15:02 +0200 Subject: [PATCH] install_mysql.sh: add some comments for DFefault wavues. --- install_mysql.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/install_mysql.sh b/install_mysql.sh index 964aff7..ec67d14 100755 --- a/install_mysql.sh +++ b/install_mysql.sh @@ -3659,9 +3659,12 @@ innodb_buffer_pool_size = 4G ## - ## - The size in bytes of each log file in a log group. ## - -## - Default: 5242880 (5M) +## - Default: +## - 50331648 (50M) (MySQL) +## - 100663296 (96MB) (>= MariaDB 10.5) +## - 50331648 (48MB) (<= MariaDB 10.4) ## - -## (Set .._log_file_size to 25 % of buffer pool size) +## - (Set .._log_file_size to 25 % of buffer pool size) ## - #innodb-log-file-size = 100M #innodb-log-file-size = 256M @@ -3672,7 +3675,7 @@ innodb_log_file_size = 512M ## - The size in bytes of the buffer that InnoDB uses to write to the ## - log files on disk. ## - -## - Default: 8388608 (8M) +## - Default: 16777216 (16M) ## - #innodb-log-buffer-size = 8M #innodb-log-buffer-size = 32M