DROP-USER

Name

DROP USER

Description

删除一个用户

  1. DROP USER 'user_identity'
  2. `user_identity`:
  3. user@'host'
  4. user@['domain']

删除指定的 user identitiy.

Example

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

    1. DROP USER 'jack'@'192.%'

Keywords

  1. DROP, USER

Best Practice