good Goods 0

構文

REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'ユーザー名'@'localhost';

DELETE FROM mysql.user WHERE user='ユーザー名' and host='localhost';

説明

ユーザーを削除します。

REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'user_name'@'localhost';

DELETE FROM mysql.user WHERE user='user_name' and host='localhost';

検索
逆引きで探す