Centos6.6 install xtrabackup 2.2.12

Source: Internet
Author: User
Tags install perl percona

Centos6.6 install xtrabackup 2.2.12

# Centos 6.6 final installation xtrabackup 2.2.12 note

# (1) download xtrabackup

Wget https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.2.12/binary/redhat/6/x86_64/percona-xtrabackup-2.2.12-1.el6.x86_64.rpm

(2) install xtrabackup with rpm

Rpm-ivh percona-xtrabackup-2.2.12-1.el6.x86_64.rpm

Failed

Cause: Install perl first

(3) install perl

Yum-y install perl-devel libaio-devel perl-Time-HiRes perl-DBD-MySQL

Failed

Cause: yum perl by default is that the installation mysql-libs-5.1.73-5.el6_6.x86_64 conflicts with the MySQL-server-5.6.25-1.el6.x86_64 of the currently installed server, so you need to install the shared version first.

(4) download and install mysql-shared

Wget http://cdn.mysql.com/archives/mysql-5.6/MySQL-shared-5.6.15-1.el6.x86_64.rpm

Rpm-ih MySQL-shared-5.6.15-1.el6.x86_64.rpm

(5) download and install mysql-shared-compat

Wget http://cdn.mysql.com/archives/mysql-5.6/MySQL-shared-compat-5.6.15-1.el6.x86_64.rpm

Rpm-ih MySQL-shared-compat-5.6.15-1.el6.x86_64.rpm

(6) reinstall perl

Yum-y install perl-devel libaio-devel perl-Time-HiRes perl-DBD-MySQL

Successful

(7) reinstall xtrabackup

Rpm-ivh percona-xtrabackup-2.2.12-1.el6.x86_64.rpm

Successful

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.