Hello all,
In my continued endeavor of setting up replication using “Xtrabackup” i have learnt that my replication on slave does not start , REASON being tables getting corrupted, that were being backed up using this command :-
innobackupex --user=yourDBuser --password=MaGiCdB1 /path/to/backupdir
"
Mentioned On this page :-
http://www.percona.com/doc/percona-xtrabackup/howtos/setting_up_replication.html
I learnt about it after i ran the “mysqlcheck” on my slave server.
Can any one tell me, HOW CAN I AVOID such a data corruption during backup creation ?
Please assist ?
Thank you