I am trying to install percona-toolkit-2.2.6-1.noarch.rpm. The first error it gave me was:
warning: percona-toolkit-2.2.6-1.noarch.rpm: Header V4 DSA signature: NOKEY, key ID cd2efd2a
error: Failed dependencies:
perl(DBD::mysql) >= 1.0 is needed by percona-toolkit-2.2.6-1.noarch
After that I tried to install Msql-Mysql-modules-1.2219 as I didnt have perl DBD.
when I tried installing the modules I got this exception:
Cannot find one of include/mysql/mysql.h, include/mysql.h in /usr/local at lib/DBD/mysql/Install.pm line 165, line 3.
I did some research on this and found that I need to install mysql devel. Now I need to know if I install this on an existing mysql will this corrupt my existing mysql?
Also is it safe to install this in production environment?