跳到主要内容
跳到主要内容

DROP-USER

DROP-USER

Name

DROP USER

Description

删除一个用户

 DROP USER 'user_identity'

`user_identity`:

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

删除指定的 user identity.

Example

  1. 删除用户 jack@'192.%'

    DROP USER 'jack'@'192.%'

Keywords

DROP, USER

Best Practice