Merge pull request #542 from grooverdan/doc_mysql_mariadb_support

Doc mysql mariadb support
This commit is contained in:
Jean-Marie Renouard 2021-02-01 17:07:52 +01:00 committed by GitHub
commit 2a63ffdcd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ 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.0 (partial support, password checks don't work)
* MySQL 5.7 (full support)
* MySQL 5.6 (full support, no more MySQL support)
* MySQL 5.5 (full support, no more MySQL support)
@ -42,8 +42,8 @@ Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.or
* MariaDB 10.4 (full support)
* MariaDB 10.3 (full support)
* MariaDB 10.2 (full support)
* MariaDB 10.1 (full support, no more MySQL support)
* MariaDB 10.0 (full support, no more MySQL support)
* MariaDB 10.1 (full support, no more MariaDB support)
* MariaDB 10.0 (full support, no more MariaDB support)
* MariaDB 5.5 (full support, no more MariaDB support)
* Percona Server 8.0 (partial support, password checks don't work)
* Percona Server 5.7 (full support)
@ -53,7 +53,7 @@ Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.or
* 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)
* MySQL 3.23, 4.0, 4.1, 5.0, 5.1 (partial support - deprecated version)
*** UNSUPPORTED ENVIRONMENTS - NEED HELP FOR THAT :) ***
* Windows is not supported at this time (Help wanted !!!!!)