From 86f9da4210e1b2822a656bbb251b7145b2416b4f Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Fri, 7 Oct 2016 12:01:04 +0200 Subject: [PATCH] Update index.html --- index.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d6ed95a..311442d 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,24 @@

MySQLTuner-perl

-

MySQLTuner is a script written in Perl that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions.

+

MySQLTuner is a script written in Perl that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions.

+

MySQLTuner supports in this last version ~250 indicators for MySQL/MariaDB/Percona Server.

+ +

MySQLTuner is maintained and indicator collect is increasing week after week supporting a lot of configurtion sush as:

+ +You can found more details on this indicators +![Indicators description](https://github.com/major/MySQLTuner-perl/blob/master/INTERNALS.md). + mysqltuner

Compatibility:

@@ -41,6 +57,7 @@
  • MySQL 3.23, 4.0, 4.1, 5.0, 5.1, 5.5, 5.6, 5.7 (full support)
  • MariaDB 5.5, 10.0, 10.1 (full support)
  • +
  • MariaDB 10.2 and MySQL 8.0 (partial support)
  • MySQL 3.23, 4.0, 4.1, 5.0, 5.1 (deprecated editor support)
  • Perl 5.6 or later (with perl-doc package)
  • Unix/Linux based operating system (tested on Linux, BSD variants, and Solaris variants)