Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 276 Bytes

File metadata and controls

28 lines (17 loc) · 276 Bytes

DROP USER

description

Syntax

 DROP USER 'user_identity'

`user_identity`:

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

删除指定的 user identitiy.

example

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

    DROP USER 'jack'@'192.%'

keyword

DROP, USER