|
2 | 2 |
|
3 | 3 | [](https://www.buymeacoffee.com/jmrenouard) |
4 | 4 |
|
5 | | -[](http://opensource.box.com/badges) |
| 5 | +[](https://opensource.box.com/badges) |
6 | 6 | [](https://github.com/anuraghazra/github-readme-stats/) |
7 | | -[](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue") |
8 | | -[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open") |
| 7 | +[](https://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue") |
| 8 | +[](https://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open") |
9 | 9 | [](https://opensource.org/licenses/GPL-3.0/) |
10 | 10 |
|
11 | 11 | **MySQLTuner** is a script written in Perl that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions. |
12 | 12 |
|
13 | 13 | **MySQLTuner** supports ~300 indicators for MySQL/MariaDB/Percona Server in this latest version. |
14 | 14 |
|
15 | | -**MySQLTuner** is actively maintained supporting many configurations such as [Galera Cluster](http://galeracluster.com/), [TokuDB](https://www.percona.com/software/mysql-database/percona-tokudb), [Performance schema](https://github.com/mysql/mysql-sys), Linux OS metrics, [InnoDB](http://dev.mysql.com/doc/refman/5.7/en/innodb-storage-engine.html), [MyISAM](http://dev.mysql.com/doc/refman/5.7/en/myisam-storage-engine.html), [Aria](https://mariadb.com/kb/en/mariadb/aria/), ... |
| 15 | +**MySQLTuner** is actively maintained supporting many configurations such as [Galera Cluster](https://galeracluster.com/), [TokuDB](https://www.percona.com/software/mysql-database/percona-tokudb), [Performance schema](https://github.com/mysql/mysql-sys), Linux OS metrics, [InnoDB](https://dev.mysql.com/doc/refman/5.7/en/innodb-storage-engine.html), [MyISAM](https://dev.mysql.com/doc/refman/5.7/en/myisam-storage-engine.html), [Aria](https://mariadb.com/docs/server/server-usage/storage-engines/aria/aria-storage-engine), ... |
16 | 16 |
|
17 | 17 | You can find more details on these indicators here: |
18 | 18 | [Indicators description](https://github.com/major/MySQLTuner-perl/blob/master/INTERNALS.md). |
@@ -82,7 +82,7 @@ Unmaintenained stuff from MySQL or MariaDB: |
82 | 82 |
|
83 | 83 | ***MINIMAL REQUIREMENTS*** |
84 | 84 |
|
85 | | -* Perl 5.6 or later (with [perl-doc](http://search.cpan.org/~dapm/perl-5.14.4/pod/perldoc.pod) package) |
| 85 | +* Perl 5.6 or later (with [perl-doc](https://metacpan.org/release/DAPM/perl-5.14.4/view/pod/perldoc.pod) package) |
86 | 86 | * Unix/Linux based operating system (tested on Linux, BSD variants, and Solaris variants) |
87 | 87 | * Unrestricted read access to the MySQL server |
88 | 88 | OS root access recommended for MySQL < 5.1 |
@@ -501,7 +501,7 @@ These kinds of things are bound to happen. Here are the details I need from you |
501 | 501 | * use option --cvefile to perform CVE checks |
502 | 502 |
|
503 | 503 | **Question: How to use mysqltuner from a remote host?** |
504 | | -Thanks to [@rolandomysqldba](http://dba.stackexchange.com/users/877/rolandomysqldba) |
| 504 | +Thanks to [@rolandomysqldba](https://dba.stackexchange.com/users/877/rolandomysqldba) |
505 | 505 |
|
506 | 506 | * You will still have to connect like a mysql client: |
507 | 507 |
|
|
0 commit comments