~percona-dev/percona-data-recovery-tool-for-innodb/sphinxdoc

« back to all changes in this revision

Viewing changes to doc/build/html/_sources/index.txt

  • Committer: Hrvoje Matijakovic
  • Date: 2012-07-17 08:37:10 UTC
  • Revision ID: hrvoje.matijakovic@percona.com-20120717083710-i231jkuxa5mq5k58
* fixed the text builds
* removed the build files from bzr tracking

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
============================================================
2
 
  Percona Data Recovery Tool for InnoDB - Documentation
3
 
============================================================
4
 
 
5
 
Percona's Data Recovery tool for InnoDB is a set of tools that can help recover data from lost or corrupted MySQL tables. It works by extracting the rows from the raw files.
6
 
 
7
 
There are no guarantees, especially in case of corruption that affects the row storage areas of the files (as opposed to the file headers and other meta-data). It is a tedious process that requires an understanding of InnoDB's internal data storage format, C programming, and quite a bit of intuition and experience. If you are having trouble using the tools, Percona provides InnoDB data recovery services with a team of skilled and experienced technicians, and is available 24 hours a day to assist you.
8
 
 
9
 
 
10
 
Introduction
11
 
============
12
 
 
13
 
.. toctree::
14
 
   :maxdepth: 1
15
 
   :glob:
16
 
 
17
 
   intro
18
 
 
19
 
Installation
20
 
============
21
 
 
22
 
.. toctree::
23
 
   :maxdepth: 2
24
 
   :glob:
25
 
 
26
 
   installation
27
 
 
28
 
User's Manual
29
 
=============
30
 
 
31
 
.. toctree::
32
 
   :maxdepth: 2
33
 
   :glob:
34
 
 
35
 
   manual
36
 
   advanced
37
 
 
38
 
Miscellaneous
39
 
=============
40
 
 
41
 
.. toctree::
42
 
   :maxdepth: 1
43
 
   :glob:
44
 
 
45
 
   external
46
 
   support
47
 
 
48
 
Indices and tables
49
 
==================
50
 
 
51
 
* :ref:`genindex`
52
 
 
53
 
* :ref:`search`
54