added convenience paths /usr/local/mysqld and /usr/local/mysql to search for...
c350a3c7
Hari Sekhon
committed
1 changed file
check_mysql_config.pl
/check_mysql_config.pl-1+3
/check_mysql_config.pl
Add comment 18 Tested on MySQL 5.0, 5.1 and 5.5
Add comment 19 ";
Add comment 20
Add comment 21 Minus  $VERSION = "1.2.1";
Add comment 21 Plus  $VERSION = "1.2.2";
Add comment 22
Add comment 23 use strict;
Add comment 24 use warnings;
Add comment 34 my @default_config_locations = qw(
Add comment 35 /etc/mysql/my.cnf
Add comment 36 /etc/my.cnf
Add comment 37 Plus   /usr/local/mysqld/my.cnf
Add comment 38 Plus   /usr/local/mysql/my.cnf
Add comment 37 39 );
Add comment 38 40 my $default_mysql_instance = "mysqld";
Add comment 39 41 my @default_mysql_sockets = ( "/var/lib/mysql/mysql.sock", "/tmp/mysql.sock");