Skip to main content
Version: Preview-4.1

DROP USER

DROP USER drops a specified user identity.

tip

Only users with the user_admin role has the privilege to perform this operation.

Syntax

DROP USER '<user_identity>'

`user_identity`:

user@'host'
user@['domain']

Examples

Drop user jack@'192.%'.

DROP USER 'jack'@'192.%'