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

error output but also success snapshot? #12

Open
kevzettler opened this issue Jan 14, 2022 · 1 comment
Open

error output but also success snapshot? #12

kevzettler opened this issue Jan 14, 2022 · 1 comment

Comments

@kevzettler
Copy link
Contributor

I'm getting this error but it also says a snapshot was made successfully. I'm concerned that its taking invalid snapshots.

mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
Successfully made snapshot of database - hash 9ecae82faec85196449a3e2ffa13f25eb0db95d35e9d2cabf14f530e
@kevzettler
Copy link
Contributor Author

to fix this I had to add the --no-tablespaces to the mysqldump commands. I'm not sure what the side effects are. Apparently this can also be remedied with Grant PROCESS permissions on the user account.

seems his may be a feature added in newer mysql? found more info from this blog post at:
https://anothercoffee.net/how-to-fix-the-mysqldump-access-denied-process-privilege-error/

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

No branches or pull requests

1 participant