Peer review maatkits mk-parallel-dump and mk-parallel-restore usage?
Posted
by Brent
on Stack Overflow
See other posts from Stack Overflow
or by Brent
Published on 2010-06-07T08:22:42Z
Indexed on
2010/06/07
14:02 UTC
Read the original article
Hit count: 402
mysql
Hiya
Im trying to make use of maatkit as a means of dumping a database and then restoring to another database.
For dumps: mk-parallel-dump --user abc --password xyz --databases $db --base-dir /tmp/dump
For restore: mk-parallel-restore --create-databases --user abc --password xyz --database devdb /tmp/dump
My question is, is my logic and understanding correct, and would it be ok to do it like this.
Kind Regards Brent
© Stack Overflow or respective owner