How to exclude databases from dumping?
Asked by
Domas Mituzas
on 2009-02-18
Once can use --regex functionality:
mydumper --regex '^(?!(mysql|test))'
Of course, regex functionality can be used to describe pretty much any list of tables.
Question information
- Language:
- Indonesian Edit question
- Status:
- Invalid
- Assignee:
- No assignee Edit question
- Solved by:
- Domas Mituzas
- Solved:
- 2009-02-18
- Last query:
- 2009-02-18
- Last reply:
Domas Mituzas (domas-mituzas) said : | #1 |
Ergh, this had to be FAQ
FAQ #368: “How to exclude (or include) databases?”.
Domas Mituzas (domas-mituzas) said : | #2 |
This had to be FAQ
To post a message you must log in.