Need to use Percona-xtrabackup Backup to install this, it seems now this changed into a CMake installation, a little trouble.
Why pick 2.3.4 version, because I heard that 2.3.3 unprepared for a deadlock.
Functional requirements, using Innobackupex and xtrabackup
Install the dependency package first:
Yum-y Install cmake gcc gcc-c++ libaio libaio-devel automake autoconf BZR bison libtool zlib-devel libgcrypt-devel libc Url-devel crypt* libgcrypt* python-sphinx OpenSSL imake libxml2-devel expat-devel ncurses5-devel ncurses-devle vim -common Libgpg-error-devel Libidn-develPERL-DBI Perl-dbd-mysql perl- Time-hires Perl-io-socket-ssl
Then there's a package to be specifically compiled and installed
wget "Http://dist.schmorp.de/libev/libev-4.22.tar.gz"
And then it's the normal way to install it.
Tar xvzf libev-4.22.tar.gz
./configure
Make
Make install
And then you can start getting into the subject.
Wget "https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.3.4/source/tarball/ Percona-xtrabackup-2.3.4.tar.gz "
The installation method is CMake,
tar XF percona-xtrabackup-2.3.4.tar.gz
CD percona-xtrabackup-2.3.4
cmake-dbuild_config=xtrabackup_release-dwith_man_pages= OFF
Make
Make install
After a long wait, finally loaded, wait, want to use the last one to finish
Cp-ar/usr/local/xtrabackup/bin/innobackupex /usr/bin/
Cp-ar/usr/local/xtrabackup/bin/xtrabackup /usr/bin/
Well, look at the fruits of our labor.
# Xtrabackup--version
Xtrabackup version 2.3.4 based on MySQL server 5.6.24 Linux (x86_64) (revision id:e80c779)
You can use it.
This article is from the "Ping_note" blog, make sure to keep this source http://arthur376.blog.51cto.com/2918801/1772177
Installing percona-xtrabackup-2.3.4