Details
-
Task
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
I have dozens of databases with a given prefix, and I want to take a mysqldump of all of them.
It should be as simple as something like this:
$ mysqldump -u whatever -p --databases prefix_*
but there is no support for wildcards. This is ridiculous. How can you not support wildcards?
The workaround is to write a f***ing script:
https://serverfault.com/questions/442889/wildcard-backup-mysql-databases
Pathetic.