Problem with innobackupex

Hi,

I’ve
RHEL 5 86_64
mysql Ver 14.14 Distrib 5.5.28, for Linux (x86_64) using readline 5.1 (Percona)
percona-xtrabackup-2.1.3-608.rhel5
perl-DBD-MySQL-4.022-1.el5.rfx

when I run innobackupex :

innobackupex --user=bckadmin --password=******** /Mysql/BCK_XtraBackup/

InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy
and Percona Ireland Ltd 2009-2012. All Rights Reserved.

This software is published under
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.

130703 15:40:27 innobackupex: Connecting to MySQL server with DSN ‘dbi:mysql:;mysql_read_default_group=xtrabackup’ as ‘bckadmin’ (using password: YES).
Had to create DBD::mysql::dr::imp_data_size unexpectedly at /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1229.
Had to create DBD::mysql::db::imp_data_size unexpectedly at /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1259.
ERROR: Failed to connect to MySQL server as DBD::mysql module is not installed at /usr/bin/innobackupex line 1397.

What the hell is that? DBD::mysql module is installed !!!
How can I resolve?

PLEASE HELP ME

Alex

To me it look likes problem with dbd-mysql
Probably wrong rpm installed or not installed accordingly 32/64 bit architecture.
How did you installed perl dbd-mysql module via yum or rpm or manually ? Can you try to remove/install dbd-mysql and check if it works.

Hi,
In my system was installed perl-DBD-MySQL-4.022-1.el5.rfx.x86_64, I’ve remove that an replace with perl-DBD-MySQL-4.014-1.el5.rfx.x86_64 .
Now innobackupex works Ok.
Thank you Mirfan.

Alex