How to dump multiple schemas, like --all-databases flag on mysqldump
ddonahoevibrenthealth opened this issue · 1 comments
ddonahoevibrenthealth commented
I saw another issue asking about this and the response was "read the documentation" but I don't see any info on it.
Is there a way to dump multiple databases/schemas into a single file similar to
mysqldump --user=[USER] --password=[p --host=[HOST] --all-databases > dumpfile.sql
?
Thanks!
bradzacher commented
The readme explains how to use this library - it's API with examples.
You have to write a script which uses the API.