May 24, 2012

Post: Recovering Innodb table Corruption

how to get your data back from simple Innodb Table Corruption. In more complex cases you may need to use higher innodbrecover deleted rows or dropped table. I should also mention at Percona we offer assistance in MySQL Recovery, including recovery from Innodb corruptions and deleted

Post: How to recover a single InnoDB table from a Full Backup

…: we’ll delete some rows from a table in order to recover the table later. Most…to copy all the data to an output directory: The –export option…from the user is back again! Conclusion: As we learned , you can also recover single InnoDB table… In the next blog post I‘ll explain how to do recovery using…

Post: Lost innodb tables, xfs and binary grep

how data was lost: MySQL had a dedicated partition on XFS file system Server was running innodb_file_per_tabledeleted files. Now, here’s what I learned while working on this case: Recovering fromfrom a single record – customer knew that there was at least one row

Comment: Database problems in MySQL/PHP Applications

Innodb tables do internal full table > lock if auto_increment is used so using values generated elseware > might be faster. Ideletes but there are other benefits. Also – if you’re replicating from