Add a mode to dump MySQL commands to a file instead of only streaming straight to a server #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, for
confdump.py mysql <..>
you need to point it at a running MySQL instance.It would be convenient if the script could output to an SQL-format dump file instead.