From 8ffd81475af539bffa9f729603123dbc12411352 Mon Sep 17 00:00:00 2001 From: Ruzgfpegk Date: Thu, 9 Jan 2020 15:53:56 +0900 Subject: [PATCH] Updates link to MyISAM table_cache scalability doc Fixes #465 . --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index a4d3686..a2c7f17 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -3208,7 +3208,7 @@ sub mysql_stats { push( @generalrec, "Read this before increasing " . $table_cache_var - . " over 64: https://bit.ly/1mi7c4C" ); + . " over 64: https://bit.ly/2Fulv7r" ); push( @generalrec, "Read this before increasing for MariaDB" . " https://mariadb.com/kb/en/library/optimizing-table_open_cache/"