Skip to content

Added CONFIG_mysql_dump_create_event to allow backups with fewer privileges if events are not used #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

SLiV9
Copy link
Contributor

@SLiV9 SLiV9 commented Jun 16, 2021

Added CONFIG_mysql_dump_create_event (default 'yes') which toggles mysqldump option --events. The default behavior is unchanged.

This option allow users that do not use events (or do not wish to back them up) to backup their database without the EVENT privilege. Combined with #51 it allows for backups using only SELECT (and LOCK TABLES if CONFIG_mysql_dump_single_transaction is 'yes') and RELOAD privileges.

…ysql option '--events', to allow backups without EVENT privileges.
@BigAndini BigAndini merged commit cf99cb9 into sixhop:master Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants