You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I'm getting this error but it also says a snapshot was made successfully. I'm concerned that its taking invalid snapshots.
The text was updated successfully, but these errors were encountered: