DROP USER
Example
-
Deleting the user
bobby
:DROP USER bobby;
-
Removing a user created with the
Legacy_UserManager
plugin:DROP USER Godzilla USING PLUGIN Legacy_UserManager;
DROP USER
ExampleDeleting the user bobby
:
DROP USER bobby;
Removing a user created with the Legacy_UserManager
plugin:
DROP USER Godzilla
USING PLUGIN Legacy_UserManager;