May 24, 2012

Comment: Connecting orphaned .ibd files

… file a bug here https://bugs.launchpad.net/percona-data-recovery-tool-for-innodb

Post: Troubleshooting MySQL Memory Usage

…: 7234 TABLE_SCHEMA: test TABLE_NAME: my ENGINE: InnoDB NAME: #sql516_1c42_2 TABLE_ROWS: 0…294352 (82672 + 211680) Lock system 318875832 (318747272 + 128560) Recovery system 0 (0 + 0) Threads 425080 (406936 + … memory leaks is rather complicated as good tools to detect memory leaks like valgrind are…

Post: A recovery trivia or how to recover from a lost ibdata1 file

… the Innodb recovery tool of Aleksandr Kuzminsky a colleague on the Percona European team of consultants. In the past, I used this tool a… one table. For that one, I had to use the Innodb recovery tools but even then, I had a hard time. I pulled… recovery completed. The customer was able to download the tables in MyISAM format and then he just convert them back to InnoDB

Post: Upcoming webinar on Data Recovery for MySQL

… is free. What you can learn by attending: * Prepare for recovery (prerequisites) * Preparing your data * Identifying the structure and state of… data * Restoring from recovered data During this Webinar the Percona-InnoDB-Recovery-Tool will be used on Linux. To register: https://percona-events…

Post: How to recover deleted rows from an InnoDB Tablespace

…. The tool that we’re going to use to achieve this objetive is Percona Data Recovery Tool for InnoDB. This is the tool that we use in our data recovery service and it’s open… following link: http://www.percona.com/docs/wiki/innodb-data-recovery-tool:mysql-data-recovery:generating_a_table_definition With the table definition on…

Post: Innodb Undelete and Sphinx Support

… followed, so we continued to improve our recovery toolset and as we have both tools and experience now it would be silly not to announce it to the public. Recovering Innodb is not the only recovery… a task to write more details about Innodb data recovery process and release code for our innodb recovery toolset, so you can recover your…

Post: Recover BLOB fields

… were not supported by Percona InnoDB Recovery Tool. The reason consists in a special way InnoDB stores BLOBs. An InnoDB table is stored in a… until BTR_EXTERN_PAGE_NO is FIL_NULL. Percona InnoDB Recovery Tool supports now recovery of long fields. It is still in development branch… %M %h:%i:%s %x’); * – there is a typo in Recovery of Lost or Corrupted InnoDB Tables Presentation

Post: Lost innodb tables, xfs and binary grep

… but rather about few interesting things I learned during last recovery case. First, some facts about the system and how data… any of the file recovery tools for xfs – apparently they are all targeting specific file types and sure enough InnoDB is not one… better. We are considering shipping bgrep as part of percona recovery toolset, with some additional converters so we can match against…

Post: Connecting orphaned .ibd files

… is erroneously removed 2. ibdata1 is heavily corrupted and innodb_force_recovery doesn’t help Chris Calender suggests two methods. The first… modify SPACE in InnoDB dictionary. MySQL must be stopped at this point. There is a tool ibdconnect in Percona InnoDB Recovery Tool. Make sure you…

Post: Recovery after DROP [ TABLE | DATABASE ]

In your recovery practice we often face the problem when data lost by … case even our InnoDB Data Recovery tool can’t help, as table / directory with files was deleted (if you have innodb-file-per-table… is to restore deleted files. I don’t know such tools for xfs, so in this case DROP will be fatal…