1
How to build XtraBackup
2
=======================
4
!!You need to build the MySQL binaries before building XtraBackup!!
6
1. Build your version of mysql
8
2. copy the xtrabackup source directory into the mysql.5x/innobase directory
9
(e.g. mysql-5.0.75/innobase/xtrabackup-0.0 )
11
3. For 5.1x you need to apply a patch.
12
From the innobase directory, apply the xtrabackup patch.
13
e.g. #patch -p2 < xtrabackup-0.0/fix_innodb_for_backup51.patch
15
(With 5.0 run 'make clean all' from the innobase directory This is necessary
16
for 5.0, because of the lack of dependencies)
18
4.Run make [5.0] [5.1] [xtradb] [plugin] in the XtraBackup directory.