DROP-USER

Name

DROP USER

Description

Delete a user

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

Delete the specified user identitiy.

Example

  1. Delete user jack@’192.%’

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

Keywords

  1. DROP, USER

Best Practice