wget
yum -y install perl-devel
yum -y install perl-CPAN
tar xzvf percona-toolkit-2.1.1.tar.gz
cd percona-toolkit-2.1.1
perl Makefile.PL
make
make test
make install
本文共 206 字,大约阅读时间需要 1 分钟。
wget
yum -y install perl-devel
yum -y install perl-CPAN
tar xzvf percona-toolkit-2.1.1.tar.gz
cd percona-toolkit-2.1.1
perl Makefile.PL
make
make test
make install
转载于:https://blog.51cto.com/5434718/1396550