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 currentdb --base-dir /tmp/dump

For restore: mk-parallel-restore --create-databases --user abc --password xyz --database newdb /tmp/dump

My question is, is my logic and understanding correct, and would it be ok to do it like this.

Kind Regards
Brent Clark


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to