CentOS 6.5 Xtrabackup 2.4.2怎么安装

53次阅读
没有评论

共计 2990 个字符,预计需要花费 8 分钟才能阅读完成。

这篇文章主要介绍 CentOS 6.5 Xtrabackup 2.4.2 怎么安装,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!

– 方法①
– 安装所需的依赖包
[root@localhost /]# yum install perl-DBD-MySQL.x86_64

[root@localhost install]# wget ftp://rpmfind.net/linux/dag/redhat/el6/en/x86_64/dag/RPMS/libev-4.15-1.el6.rf.x86_64.rpm
–2016-04-24 20:01:25–  ftp://rpmfind.net/linux/dag/redhat/el6/en/x86_64/dag/RPMS/libev-4.15-1.el6.rf.x86_64.rpm
           =“libev-4.15-1.el6.rf.x86_64.rpm”
Resolving rpmfind.net… 195.220.108.108
Connecting to rpmfind.net|195.220.108.108|:21… connected.
Logging in as anonymous … Logged in!
== SYST … done.    == PWD … done.
== TYPE I … done.  == CWD (1) /linux/dag/redhat/el6/en/x86_64/dag/RPMS … done.
== SIZE libev-4.15-1.el6.rf.x86_64.rpm … 74692
== PASV … done.    == RETR libev-4.15-1.el6.rf.x86_64.rpm … done.
Length: 74692 (73K) (unauthoritative)

100%[===================================================================================================================]
74,692       190K/s   in 0.4s    
2016-04-24 20:01:30 (190 KB/s) –“libev-4.15-1.el6.rf.x86_64.rpm”saved [74692]

[root@localhost install]# rpm -ivh libev-4.15-1.el6.rf.x86_64.rpm 
warning: libev-4.15-1.el6.rf.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY
Preparing…                ########################################### [100%]
   1:libev                  ########################################### [100%]

– 去 percona 官网下载 linux 系统通用的软件包
[root@localhost bin]# wget https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.4.2/binary/tarball/percona-xtrabackup-2.4.2-Linux-x86_64.tar.gz
– 解压软件包
tar   -zxvf percona-xtrabackup-2.4.2-Linux-x86_64.tar.gz
cd percona-xtrabackup-2.4.2-Linux-x86_64
cd bin/
[root@localhost bin]# ./innobackupex -?

– 方法②
– 也可以去 percona 官网下载 xtrabackup Redhat 系统专用的软件包

[root@localhost install]# wget https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.3.4/binary/redhat/6/x86_64/Percona-XtraBackup-2.3.4-re80c779-el6-x86_64-bundle.tar
–2016-04-24 20:09:46–  https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.3.4/binary/redhat/6/x86_64/Percona-XtraBackup-2.3.4-re80c779-el6-x86_64-bundle.tar
Resolving www.percona.com… 74.121.199.234
Connecting to www.percona.com|74.121.199.234|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 27504640 (26M) [application/x-tar]
Saving to:“Percona-XtraBackup-2.3.4-re80c779-el6-x86_64-bundle.tar”

100%[===================================================================================================================] 27,504,640  2.05M/s   in 13s    
2016-04-24 20:10:04 (1.97 MB/s) –“Percona-XtraBackup-2.3.4-re80c779-el6-x86_64-bundle.tar”saved [27504640/27504640]

– 安装 xtrabackup

[root@localhost install]# rpm -ivh percona-xtrabackup-2.3.4-1.el6.x86_64.rpm
warning: percona-xtrabackup-2.3.4-1.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID cd2efd2a: NOKEY
Preparing…                ########################################### [100%]
   1:percona-xtrabackup     ########################################### [100%]

[root@localhost install]# man xtrabackup

[root@localhost install]# which xtrabackup
/usr/bin/xtrabackup

以上是“CentOS 6.5 Xtrabackup 2.4.2 怎么安装”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注丸趣 TV 行业资讯频道!

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-07-27发表,共计2990字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)