[MDEV-12298] Let mysqldump tell what privileges are needed to restore a given dump Created: 2017-03-19 Updated: 2017-05-24 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Backup, Scripts & Clients |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Depending on options used (e.g. --master-data) and database contents (e.g. whether TRIGGERs, EVENTs or PROCEDUREs are used) different privileges may be needed to successfully restore a dump. mysqldump could determine the necessary privileges and list them in a comment at the head of the dump file, to make it easier to check whether the necessary privileges are available ... |