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
Currently USER LOCK/UNLOCK statements are ignored, however manual changes to account_locked attribute followed by FLUSH PRIVILEGES work fine.
These statements are used in multiple scenarios when changing DB topology (e.g. splitting, migrating, etc) and can't be replaced by dropping and recreating user (as it needs quite some additional effort to maintain)
The text was updated successfully, but these errors were encountered:
Currently USER LOCK/UNLOCK statements are ignored, however manual changes to account_locked attribute followed by FLUSH PRIVILEGES work fine.
These statements are used in multiple scenarios when changing DB topology (e.g. splitting, migrating, etc) and can't be replaced by dropping and recreating user (as it needs quite some additional effort to maintain)
The text was updated successfully, but these errors were encountered: