From 855b1b523aaf31f9c37d633a7601e92748972152 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Wed, 21 Jun 2023 23:43:42 +0200 Subject: [PATCH] Newer versions of mysql ignore innodb_log_file_size, recommend innodb_redo_log_capacity instead. #657 --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index f27ae5c9b..2c10b84f3 100644 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -16,7 +16,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program. If not, see . #