DROP USER
説明
指定されたユーザーアイデンティティを削除します。
ヒント
Only users with the user_admin
role has the privilege to perform this operation.
構文
DROP USER '<user_identity>'
`user_identity`:
user@'host'
user@['domain']
例
ユーザー jack@'192.%'
を削除します。
DROP USER 'jack'@'192.%'