diff --git a/README.md b/README.md index 7a18e95..060d861 100644 --- a/README.md +++ b/README.md @@ -34,24 +34,37 @@ MySQLTuner needs you: Compatibility ==== Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.org/major/MySQLTuner-perl) -* MySQL 8 (partial support, password checks don't work) +* MySQL 8 (full support, password checks don't work) * MySQL 5.7 (full support) * MySQL 5.6 (full support) * MySQL 5.5 (full support) +* MariaDB 10.4 (full support) * MariaDB 10.3 (full support) * MariaDB 10.2 (full support) * MariaDB 10.1 (full support) * MariaDB 10.0 (full support, 6 last month support) -* MariaDB 5.5 (no more support) +* MariaDB 5.5 (full support, no more MariaDB support) +* Percona Server 8.0 (full support, password checks don't work) * Percona Server 5.7 (full support) * Percona Server 5.6 (full support) -* Percona XtraDB cluster (full support) + +* Percona XtraDB cluster (partial support, no test environment) +* Mysql Replications (partial support, no test environment) +* Galera replication (partial support, no test environment) + * MySQL 3.23, 4.0, 4.1, 5.0, 5.1, 5.5 (partial support - deprecated version) + +*** UNSUPPORTED ENVIRONMENTS - NEED HELP FOR THAT :) *** +* Windows is not supported at this time (Help wanted !!!!!) +* Cloud based is not supported at this time (Help wanted !!!!!) + +* CVE vulnerabilities detection support from [https://cve.mitre.org](https://cve.mitre.org) + +*** MINIMAL REQUIREMENTS *** + * 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 (Help wanted !!!!!) * Unrestricted read access to the MySQL server (OS root access recommended for MySQL < 5.1) -* CVE vulnerabilities detection support from [https://cve.mitre.org](https://cve.mitre.org) ***WARNING*** --