|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (1)
View Page HistoryIf you have hundreds of databases and want to restore all of them, these Best Practices are for you.
Individual database restore is much slower then a straight raw file restore of your MySQL data directory. When databases are restored individually (see [Restore the a MySQL database to the original location]), each row must be selected and inserted and this takes a very long time. So we recommend to shut down your MySQL instance and restore your MySQL data directory using the *file restore* feature (see [Restore files]). Follow the instructions below.
----
...