1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
How to build XtraBackup ======================= !!You should build your MySQL before the building XtraBackup!! 1. Put this directory to innobase/ directory. (e.g. mysql-5.0.75/innobase/xtrabackup-0.0 ) 2. Edit MySQL source and re- make. (e.g. fix_innodb_for_backup.patch for 5.0.75) 3. make at XtraBackup directory. 4. enjoy... :) |