My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 12, 2009 by shlomi.n...@gmail.com
Labels: Featured
InnodbRecoverySteps  
InnoDB data recovery process explained

Introduction

This is a breaking of the recovery process into distinct, isolated steps; not all steps are always performed; not all steps are always performed in the same manner. In this doc we will relate to a single table data recovery.

A few notes

Recovery types

There could be several issues from which you may need data recovery:

Installation steps

Recovery steps

Recovery consists of the following steps, not all of which must take place:

The above steps consist of three main stages:

  1. Getting the raw tablespace.
  2. Attempting to extract table data.
  3. Importing data back to table.

Ongoing example

These docs will use a recovery example, described here.

Let's look at each of these steps in more detail.

Next: sample damage


Sign in to add a comment
Hosted by Google Code