Centos6.8安装PerconaXtrabackup-创新互联
1、获取xtrabackup工具 https://www.percona.com/ 我这里安装的rpm的
成都创新互联专注于企业营销型网站建设、网站重做改版、广安网站定制设计、自适应品牌网站建设、H5场景定制、商城网站建设、集团公司官网建设、外贸网站制作、高端网站制作、响应式网页设计等建站业务,价格优惠性价比高,为广安等各大城市提供网站开发制作服务。
2、安装
rpm -ivh percona-xtrabackup-24-2.4.6-2.el6.x86_64.rpm
依赖关系:
warning: percona-xtrabackup-24-2.4.6-2.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID cd2efd2a: NOKEY
error: Failed dependencies:
libev.so.4()(64bit) is needed by percona-xtrabackup-24-2.4.6-2.el6.x86_64
libnuma.so.1()(64bit) is needed by percona-xtrabackup-24-2.4.6-2.el6.x86_64
perl(DBD::mysql) is needed by percona-xtrabackup-24-2.4.6-2.el6.x86_64
rsync is needed by percona-xtrabackup-24-2.4.6-2.el6.x86_64
解决上述依赖关系:
1、yum install -y rsync
2、yum install -y perl-DBD-MySQL (用于Perl的MySQL的DBI的实现。DBI(database index))
3、yum install -y numactl-devel (Provides development headers for numa library calls)
注解: NUMA(Non Uniform Memory Access Architecture)非统一内存访问(NUMA)是一种用于多处理器的电脑记忆体设计,内存访问时间取决于处理器的内存位置。
4、rpm -ivh libev-4.15-1.el6.rf.x86_64.rpm 要在rpmfilnd网站下载
软件包简介:
Features include child/pid watchers, periodic timers based on wallclock
(absolute) time (in addition to timers using relative timeouts), as well as
epoll/kqueue/event ports/inotify/eventfd/signalfd support, fast timer
management, time jump detection and correction, and ease-of-use.
It can be used as a libevent replacement using its emulation API or directly
embedded into your programs without the need for complex configuration support.
5、重新安装percona-xtrabackup即可!
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
当前名称:Centos6.8安装PerconaXtrabackup-创新互联
文章源于:http://scyanting.com/article/ccsppo.html