4
4
# Copyright (C) 2006-2018 Major Hayden - major@mhtx.net
5
5
#
6
6
# For the latest updates, please visit http://mysqltuner.com/
7
- # Git repository available at http ://github.com/major/MySQLTuner-perl
7
+ # Git repository available at https ://github.com/major/MySQLTuner-perl
8
8
#
9
9
# This program is free software: you can redistribute it and/or modify
10
10
# it under the terms of the GNU General Public License as published by
17
17
# GNU General Public License for more details.
18
18
#
19
19
# You should have received a copy of the GNU General Public License
20
- # along with this program. If not, see <http ://www.gnu.org/licenses/>.
20
+ # along with this program. If not, see <https ://www.gnu.org/licenses/>.
21
21
#
22
22
# This project would not be possible without help from:
23
23
# Matthew Montgomery Paul Kehrer Dave Burgess
34
34
# Julien Francoz
35
35
#
36
36
# Inspired by Matthew Montgomery's tuning-primer.sh script:
37
- # http://forge.mysql .com/projects/view.php?id=44
37
+ # http://www.day32 .com/MySQL/
38
38
#
39
39
package main ;
40
40
@@ -3153,7 +3153,7 @@ sub mysql_stats {
3153
3153
push ( @generalrec ,
3154
3154
" Read this before increasing "
3155
3155
. $table_cache_var
3156
- . " over 64: http ://bit.ly/1mi7c4C" );
3156
+ . " over 64: https ://bit.ly/1mi7c4C" );
3157
3157
push ( @generalrec ,
3158
3158
" Read this before increasing for MariaDB"
3159
3159
. " https://mariadb.com/kb/en/library/optimizing-table_open_cache/"
@@ -6579,7 +6579,7 @@ =head1 COPYRIGHT AND LICENSE
6579
6579
6580
6580
For the latest updates, please visit http://mysqltuner.com/
6581
6581
6582
- Git repository available at http ://github.com/major/MySQLTuner-perl
6582
+ Git repository available at https ://github.com/major/MySQLTuner-perl
6583
6583
6584
6584
This program is free software: you can redistribute it and/or modify
6585
6585
it under the terms of the GNU General Public License as published by
@@ -6593,7 +6593,7 @@ =head1 COPYRIGHT AND LICENSE
6593
6593
See the GNU General Public License for more details.
6594
6594
6595
6595
You should have received a copy of the GNU General Public License
6596
- along with this program. If not, see <http ://www.gnu.org/licenses/>.
6596
+ along with this program. If not, see <https ://www.gnu.org/licenses/>.
6597
6597
6598
6598
=cut
6599
6599
0 commit comments