Skip to content

Tool to dump and restore the most table of a failing MySQL server (example : a MySQL server with innodb crashed table space)

License

Notifications You must be signed in to change notification settings

sysadminstory/mysql-rescue-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mysql Rescue Dumper

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).

Dumping table

The dump is done with the script dump-tables.sh Every table is dumped separately. If a table dump fails, then the MySQL service will be restarted and the next table will be dumped.

To see how to use the script, start it without parameters.

Importing table

The import is done with the script restore-tables.sh Every table is imported separately.

To see how to use the script, start it without parameters.

About

Tool to dump and restore the most table of a failing MySQL server (example : a MySQL server with innodb crashed table space)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages