I am getting below error when I freshly installed the mysql on new server.
SELF@slcnpny050:/usr/local/mysql/PXB/bin>./innobackupex --defaults-file=/usr/local/mysql/mysql55/my.cnf --defaults-group=mysqld1 --user=dbabackup /mysqldb/backups/SELF
InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy
and Percona LLC and/or its affiliates 2009-2013. All Rights Reserved.
This software is published under
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.
Get the latest version of Percona XtraBackup, documentation, and help resources:
http://www.percona.com/xb/p
140228 11:50:21 innobackupex: Connecting to MySQL server with DSN ‘dbi:mysql:;mysql_read_default_file=/usr/local/mysql/mysql55/my.cnf;mysql_read_default_group=xtrabackup’ as ‘dbabackup’ (using password: NO).
innobackupex: Error: Failed to connect to MySQL server as DBD::mysql module is not installed at ./innobackupex line 2976.
Any clue as to what could be the issue?
Thanks
Himanshu