DROP-USER
更新时间:2021-08-20
DROP USER
Description
用于删除已创建的用户。
SQL
1DROP USER 'user_identity'
-
user_identity要删除的用户标识。
SQL1user@'host' 2user@['domain']
Example
-
删除用户
jack@'192.%'SQL1DROP USER 'jack'@'192.%'
Keywords
Plain Text
1DROP, USER
评价此篇文章
