Merge pull request #542 from grooverdan/doc_mysql_mariadb_support
Doc mysql mariadb support
This commit is contained in:
commit
2a63ffdcd3
1 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ MySQLTuner needs you:
|
||||||
Compatibility
|
Compatibility
|
||||||
====
|
====
|
||||||
Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.org/major/MySQLTuner-perl)
|
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.7 (full support)
|
||||||
* MySQL 5.6 (full support, no more MySQL support)
|
* MySQL 5.6 (full support, no more MySQL support)
|
||||||
* MySQL 5.5 (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.4 (full support)
|
||||||
* MariaDB 10.3 (full support)
|
* MariaDB 10.3 (full support)
|
||||||
* MariaDB 10.2 (full support)
|
* MariaDB 10.2 (full support)
|
||||||
* MariaDB 10.1 (full support, no more MySQL support)
|
* MariaDB 10.1 (full support, no more MariaDB support)
|
||||||
* MariaDB 10.0 (full support, no more MySQL support)
|
* MariaDB 10.0 (full support, no more MariaDB support)
|
||||||
* MariaDB 5.5 (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 8.0 (partial support, password checks don't work)
|
||||||
* Percona Server 5.7 (full support)
|
* 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)
|
* Mysql Replications (partial support, no test environment)
|
||||||
* Galera replication (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 :) ***
|
*** UNSUPPORTED ENVIRONMENTS - NEED HELP FOR THAT :) ***
|
||||||
* Windows is not supported at this time (Help wanted !!!!!)
|
* Windows is not supported at this time (Help wanted !!!!!)
|
||||||
|
|
Loading…
Reference in a new issue