Skip to content

Commit

Permalink
Merge pull request #542 from grooverdan/doc_mysql_mariadb_support
Browse files Browse the repository at this point in the history
Doc mysql mariadb support
  • Loading branch information
jmrenouard committed Feb 1, 2021
2 parents 05925cf + b85a443 commit 2a63ffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ 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)
* MariaDB 10.5 (full support)
* 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)
Expand All @@ -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 !!!!!)
Expand Down

0 comments on commit 2a63ffd

Please sign in to comment.