mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-11 02:04:38 +08:00
Merge pull request #808 from percona/typo_opensolaris_pkg
typo: pgk -> pkg for OpenSolaris installer
This commit is contained in:
@@ -2552,7 +2552,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2098,7 +2098,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2442,7 +2442,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -939,7 +939,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -330,7 +330,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -1596,7 +1596,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2978,7 +2978,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -340,7 +340,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2102,7 +2102,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2352,7 +2352,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -1008,7 +1008,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -1374,7 +1374,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2095,7 +2095,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2030,7 +2030,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2441,7 +2441,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -1643,7 +1643,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2263,7 +2263,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -282,7 +282,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -1005,7 +1005,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2099,7 +2099,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -2054,7 +2054,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
@@ -316,7 +316,7 @@ sub get_dbh {
|
||||
. "DBD::mysql is not installed, try:\n"
|
||||
. " Debian/Ubuntu apt-get install libdbd-mysql-perl\n"
|
||||
. " RHEL/CentOS yum install perl-DBD-MySQL\n"
|
||||
. " OpenSolaris pgk install pkg:/SUNWapu13dbd-mysql\n";
|
||||
. " OpenSolaris pkg install pkg:/SUNWapu13dbd-mysql\n";
|
||||
}
|
||||
elsif ( $EVAL_ERROR =~ m/not a compiled character set|character set utf8/ ) {
|
||||
PTDEBUG && _d('Going to try again without utf8 support');
|
||||
|
||||
Reference in New Issue
Block a user