Skip to content
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

MySQL 8.0.26: Access denied error during mysqldump #53

Closed
michalbiarda opened this issue Dec 8, 2022 · 0 comments
Closed

MySQL 8.0.26: Access denied error during mysqldump #53

michalbiarda opened this issue Dec 8, 2022 · 0 comments
Labels
Milestone

Comments

@michalbiarda
Copy link
Contributor

The following error appears during mysqldump on machine with MySQL 8.0.26:

Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

Solution: Add --no-tablespaces to mysqldump commands.

@michalbiarda michalbiarda added this to the 4.0.0 milestone Dec 8, 2022
@michalbiarda michalbiarda moved this to In Progress in Driver Dec 8, 2022
JesseMaxwell added a commit that referenced this issue Dec 8, 2022
#53: Added `--no-tablespaces` to `mysqldump` commands
@michalbiarda michalbiarda moved this from In Progress to Done in Driver Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant