您的位置:首页 > 数据库 > MySQL

innobackupex: Error: Failed to connect to MySQL server as DBD::mysql module is not installed at /usr

2015-11-12 12:17 746 查看
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
151112 08:25:52  innobackupex: Executing a version check against the server...

151112 08:25:52  innobackupex: Connecting to MySQL server with DSN 'dbi:mysql:;mysql_read_default_file=/etc/my.cnf;mysql_read_default_group=xtrabackup' as 'root'  (using password: YES).

innobackupex: got a fatal error with the following stacktrace: at /usr/bin/innobackupex line 3006
main::mysql_connect('abort_on_error', 1) called at /usr/bin/innobackupex line 1551

innobackupex: Error: Failed to connect to MySQL server as DBD::mysql module is not installed at /usr/bin/innobackupex line 3006.

151112 08:25:52  innobackupex: Connecting to MySQL server with DSN 'dbi:mysql:;mysql_read_default_file=/etc/my.cnf;mysql_read_default_group=xtrabackup' as 'root'  (using password: YES).

innobackupex: got a fatal error with the following stacktrace: at /usr/bin/innobackupex line 3006
main::mysql_connect('abort_on_error', 1) called at /usr/bin/innobackupex line 1570
innobackupex: Error: Failed to connect to MySQL server as DBD::mysql module is not installed at /usr/bin/innobackupex line 3006.

遇到上面的错误,应该是包没加,你看你添加perl-DBD-MySQL没有,如果添加了,还包这个错,你在查询一下 

yum deplist perl-DBD-MySQL|grep mysql 看下是否有依赖包没添加 

这个是我的:

dependency: libmysqlclient.so.16()(64bit)

   provider: mysql-libs.x86_64 5.1.73-5.el6_6

  dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit)

   provider: mysql-libs.x86_64 5.1.73-5.el6_6

少了 mysql-libs,我在网上找了好久没找到5.6对应的(yum安装的是5.1的),后来在网上查资料知道了,原来在MySQL-shared-compat-5.6.23-1.linux_glibc2.5.x86_64.rpm里面有安装后在

/usr/bin/innobackupex --user=root --password=123 --defaults-file=/etc/my.cnf --databases='test' /tmp/backup/

成功了!!!!!!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  innobackupex