Merge branch 'master' of https://github.com/major/MySQLTuner-perl
This commit is contained in:
commit
b5718d0e2f
3 changed files with 364 additions and 363 deletions
|
@ -34,17 +34,18 @@ 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 (full support, password checks don't work)
|
* MySQL 8 (partial support, password checks don't work)
|
||||||
* MySQL 5.7 (full support)
|
* MySQL 5.7 (full support)
|
||||||
* MySQL 5.6 (full support)
|
* MySQL 5.6 (full support)
|
||||||
* MySQL 5.5 (full support)
|
* MySQL 5.5 (full support, no more MySQL support)
|
||||||
|
* MariaDB 10.5 (partial support)
|
||||||
* 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)
|
* MariaDB 10.1 (full support)
|
||||||
* MariaDB 10.0 (full support, 6 last month support)
|
* MariaDB 10.0 (full support, 6 last month support)
|
||||||
* MariaDB 5.5 (full support, no more MariaDB support)
|
* MariaDB 5.5 (full support, no more MariaDB support)
|
||||||
* Percona Server 8.0 (full 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)
|
||||||
* Percona Server 5.6 (full support)
|
* Percona Server 5.6 (full support)
|
||||||
|
|
||||||
|
|
4
USAGE.md
4
USAGE.md
|
@ -118,7 +118,7 @@ Major Hayden - major@mhtx.net
|
||||||
|
|
||||||
# SUPPORT
|
# SUPPORT
|
||||||
|
|
||||||
Bug reports, feature requests, and downloads at http://mysqltuner.com/
|
Bug reports, feature requests, and downloads at http://mysqltuner.pl/
|
||||||
|
|
||||||
Bug tracker can be found at https://github.com/major/MySQLTuner-perl/issues
|
Bug tracker can be found at https://github.com/major/MySQLTuner-perl/issues
|
||||||
|
|
||||||
|
@ -134,7 +134,7 @@ Maintained by Major Hayden (major\\@mhtx.net) - Licensed under GPL
|
||||||
|
|
||||||
Copyright (C) 2006-2018 Major Hayden - major@mhtx.net
|
Copyright (C) 2006-2018 Major Hayden - major@mhtx.net
|
||||||
|
|
||||||
For the latest updates, please visit http://mysqltuner.com/
|
For the latest updates, please visit http://mysqltuner.pl/
|
||||||
|
|
||||||
Git repository available at https://github.com/major/MySQLTuner-perl
|
Git repository available at https://github.com/major/MySQLTuner-perl
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# High Performance MySQL Tuning Script
|
# High Performance MySQL Tuning Script
|
||||||
# Copyright (C) 2006-2020 Major Hayden - major@mhtx.net
|
# Copyright (C) 2006-2020 Major Hayden - major@mhtx.net
|
||||||
#
|
#
|
||||||
# For the latest updates, please visit http://mysqltuner.com/
|
# For the latest updates, please visit http://mysqltuner.pl/
|
||||||
# Git repository available at https://github.com/major/MySQLTuner-perl
|
# Git repository available at https://github.com/major/MySQLTuner-perl
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -6220,7 +6220,7 @@ sub close_outputfile {
|
||||||
sub headerprint {
|
sub headerprint {
|
||||||
prettyprint
|
prettyprint
|
||||||
" >> MySQLTuner $tunerversion - Major Hayden <major\@mhtx.net>\n"
|
" >> MySQLTuner $tunerversion - Major Hayden <major\@mhtx.net>\n"
|
||||||
. " >> Bug reports, feature requests, and downloads at http://mysqltuner.com/\n"
|
. " >> Bug reports, feature requests, and downloads at http://mysqltuner.pl/\n"
|
||||||
. " >> Run with '--help' for additional options and output filtering";
|
. " >> Run with '--help' for additional options and output filtering";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6631,7 +6631,7 @@ Christian Loos
|
||||||
=head1 SUPPORT
|
=head1 SUPPORT
|
||||||
|
|
||||||
|
|
||||||
Bug reports, feature requests, and downloads at http://mysqltuner.com/
|
Bug reports, feature requests, and downloads at http://mysqltuner.pl/
|
||||||
|
|
||||||
Bug tracker can be found at https://github.com/major/MySQLTuner-perl/issues
|
Bug tracker can be found at https://github.com/major/MySQLTuner-perl/issues
|
||||||
|
|
||||||
|
@ -6647,7 +6647,7 @@ L<https://github.com/major/MySQLTuner-perl>
|
||||||
|
|
||||||
Copyright (C) 2006-2020 Major Hayden - major@mhtx.net
|
Copyright (C) 2006-2020 Major Hayden - major@mhtx.net
|
||||||
|
|
||||||
For the latest updates, please visit http://mysqltuner.com/
|
For the latest updates, please visit http://mysqltuner.pl/
|
||||||
|
|
||||||
Git repository available at https://github.com/major/MySQLTuner-perl
|
Git repository available at https://github.com/major/MySQLTuner-perl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue