Skip to content

Commit 9ffea2f

Browse files
committed
Rename README
Rename README
1 parent 2e37b91 commit 9ffea2f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Mysql Rescue Dumper
2+
3+
This two scripts permits to dump and restore the tables of a complete MySQL server. This scripts helps to extract the most possible data in case of a crashing MySQL server during a dump (for example, a MySQL server with a crashed innodb tablespace, where `innodb_force_recovery=6` don't prevent MySQL to crash).
4+
5+
## Dumping table
6+
7+
The dump is done with the script `dump-tables.sh`
8+
Every table is dumped separately. If a table dump fails, then the MySQL service will be restarted and the next table will be dumped.
9+
10+
To see how to use the script, start it without parameters.
11+
12+
## Importing table
13+
14+
The import is done with the script `restore-tables.sh`
15+
Every table is imported separately.
16+
17+
To see how to use the script, start it without parameters.

0 commit comments

Comments
 (0)