VeloDB Cloud
SQL Manual
Statments
Account-Management-Statements
DROP-USER

DROP-USER

Name

DROP USER

Description

Delete a user

  DROP USER 'user_identity'
 
     `user_identity`:
    
         user@'host'
         user@['domain']

Delete the specified user identitiy.

Example

  1. Delete user jack@'192.%'

    DROP USER 'jack'@'192.%'

Keywords

DROP, USER

Best Practice