File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/perl -w
2
- # mysqltuner.pl - Version 1.2 .0
2
+ # mysqltuner.pl - Version 1.3 .0
3
3
# High Performance MySQL Tuning Script
4
- # Copyright (C) 2006-2011 Major Hayden - major@mhtx.net
4
+ # Copyright (C) 2006-2014 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/rackerhacker /MySQLTuner-perl
7
+ # Git repository available at http://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
41
41
use Getopt::Long;
42
42
43
43
# Set up a few variables for use in the script
44
- my $tunerversion = " 1.2 .0" ;
44
+ my $tunerversion = " 1.3 .0" ;
45
45
my (@adjvars , @generalrec );
46
46
47
47
# Set defaults
You can’t perform that action at this time.
0 commit comments