Cannot connect to MySQL because the Perl DBD::mysql module is not installed or not found.

来源:-

chaosbead

2019-07-08 21:52

 Perl DBD::mysql module is not installed  有和我一样遇到这个问题吗?

[root@hive percona-toolkit-2.2.4]# pt-duplicate-key-checker -h 127.0.0.1 -u root -p root

Cannot connect to MySQL because the Perl DBD::mysql module is not installed or not found.  Run 'perl -MDBD::mysql' to see the directories that Perl searches for DBD::mysql.  If DBD::mysql is not installed, try:

  Debian/Ubuntu  apt-get install libdbd-mysql-perl

  RHEL/CentOS    yum install perl-DBD-MySQL

  OpenSolaris    pgk install pkg:/SUNWapu13dbd-mysql


写回答 关注

0回答

还没有人回答问题,可以看看其他问题

性能优化之MySQL优化

了解MySQL数据库优化的方法和技巧,在课程中共同探讨一起学习吧

101639 学习 · 221 问题

查看课程

相似问题