Skip to content

Commit 43cd6a8

Browse files
authored
Merge pull request #837 from FabioPedretti/master
fix/update some links
2 parents 75addf3 + 4df90b5 commit 43cd6a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
[!["Buy Us A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jmrenouard)
44

5-
[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)
5+
[![Project Status](https://opensource.box.com/badges/active.svg)](https://opensource.box.com/badges)
66
[![Test Status](https://github.com/anuraghazra/github-readme-stats/workflows/Test/badge.svg)](https://github.com/anuraghazra/github-readme-stats/)
7-
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
8-
[![Percentage of open issues](http://isitmaintained.com/badge/open/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
7+
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/major/MySQLTuner-perl.svg)](https://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
8+
[![Percentage of open issues](https://isitmaintained.com/badge/open/major/MySQLTuner-perl.svg)](https://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
99
[![GPL License](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-3.0/)
1010

1111
**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.
1212

1313
**MySQLTuner** supports ~300 indicators for MySQL/MariaDB/Percona Server in this latest version.
1414

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), ...
1616

1717
You can find more details on these indicators here:
1818
[Indicators description](https://github.com/major/MySQLTuner-perl/blob/master/INTERNALS.md).
@@ -82,7 +82,7 @@ Unmaintenained stuff from MySQL or MariaDB:
8282

8383
***MINIMAL REQUIREMENTS***
8484

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)
8686
* Unix/Linux based operating system (tested on Linux, BSD variants, and Solaris variants)
8787
* Unrestricted read access to the MySQL server
8888
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
501501
* use option --cvefile to perform CVE checks
502502

503503
**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)
505505

506506
* You will still have to connect like a mysql client:
507507

0 commit comments

Comments
 (0)