Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
SingleStore Managed Service does not support this command.
Removes one or more user accounts.
DROP USER [IF EXISTS] user [, user] ...
user
- valid user accountGRANT
to create a user account and assign privileges.If EXISTS
is not specified, the command will fail if any user listed does not exist.IF EXISTS
is specified, the command will still attempt to drop every user listed, even if some of the users listed do not exist.DROP USER myAdmin;