SQL DROP USER 刪除資料庫使用者帳號

如果你想刪除一個使用者帳號,禁止再用這帳號登入到資料庫。

語法 (Syntax)

MySQL

DROP USER 'username'@'hostname';

用法例如:

DROP USER 'mike'@'%';