Skip to content

Instantly share code, notes, and snippets.

@satom9to5
Created December 10, 2013 02:54
Show Gist options
  • Save satom9to5/7885060 to your computer and use it in GitHub Desktop.
Save satom9to5/7885060 to your computer and use it in GitHub Desktop.

Perconaレポジトリインストール

32ビットVer

# rpm -ivh http://www.percona.com/downloads/percona-release/percona-release-0.0-1.i386.rpm

64ビットVer

# rpm -ivh http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm

Perconaインストール

# yum install percona-xtrabackup
  • xtrabackup 本体

  • innobackupex xtrabackupのラッパー。機能が追加されている。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment