What should I do if MySQL fails to connect to the server using innobackupex to back up? When using innobackupex to back up, the error message is as follows: Reason: The Perl-DBD-MySQL interface tool based on Perl is not installed Solution: # Is perl-DBD-MySQL installed? # yum list installed | grep perl-DBD-MySQL # View the required dependency packages of perl-DBD-MySQL# yum deplist perl-DBD-MySQL.x86_64 | grep mysql dependency: libmysqlclient.so.16()(64bit) provider: mysql-libs.x86_64 5.1.71-1.el6 dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit) provider: mysql-libs.x86_64 5.1.71-1.el6 # Check whether the dependent package exists or is installed in the system# find / -name libmysqlclient.so.16 /usr/lib64/mysql/libmysqlclient.so.16 # yum list installed | grep mysql-libs.x86_64 mysql-libs.x86_64 5.1.71-1.el6 @anaconda-CentOS-201311272149.x86_64/6.5 # Install perl-DBD-MySQL # yum install perl-DBD-MySQL.x86_64 # View# yum list installed | grep perl-DBD-MySQL Reference: XTRABACKUP COMPLAINS OF MISSING PERL-DBD-MYSQL The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Comprehensive analysis of prototypes, prototype objects, and prototype chains in js
>>: How to redirect to https through nginx load balancing
Recently, I found that after using the docker loa...
The specific code for encapsulating the image cap...
How to turn a jar package into a docker container...
drop table Drop directly deletes table informatio...
Many friends who have just started to make web pag...
Linear-gradient background-image: linear-gradient...
This article introduces the sample code of CSS pi...
Method 1: Use the lsb_release utility The lsb_rel...
I've been asked a lot lately about an apparen...
Table of contents Preface 1. MySQL master-slave r...
Table of contents 01-Event Bubbling 1.1- Introduc...
Vue3.0 has been out for a while, and it is necess...
Solution Add position:relative to the parent elem...
Preface Excel is powerful and widely used. With t...
Here is an example code for using regular express...