From 7aed5b0ba4bd8398abe40a895356c549cfa3157c Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Tue, 21 Jul 2015 14:29:55 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b51f8a5..1f438c5 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ MySQLTuner is a script written in Perl that allows you to review a MySQL install Compatibility: -* MySQL 3.23, 4.0, 4.1, 5.0, 5.1 (full support) -* MySQL 5.4 (not fully tested, partially supported) +* MySQL 5.7 (partial support) +* MySQL 5.6 (full support) +* MariaDB 10.0 (partial support) +* MariaDB 10.1 (partial support) * MySQL 5.5 (partial support) -* MySQL 5.6 (partial support) -* MySQL 6.0 (partial support) -* MariaDB 10.x (partial support) +* MySQL 3.23, 4.0, 4.1, 5.0, 5.1 (full support) * Perl 5.6 or later (with [perl-doc](http://search.cpan.org/~dapm/perl-5.14.4/pod/perldoc.pod) package) * Unix/Linux based operating system (tested on Linux, BSD variants, and Solaris variants) -* Windows is not supported at this time +* Windows is not supported at this time (Help wanted !!!!!) * Unrestricted read access to the MySQL server (OS root access recommended for MySQL < 5.0) ***WARNING***