mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 10:36:28 +00:00
pgk -> pkg for OpenSolaris installer
This commit is contained in:
@@ -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