戻る
■MySQLでユーザを削除
mysql> DELETE FROM mysql.user WHERE user = 'username';
… 「username」を削除
mysql> FLUSH PRIVILEGES;
… 設定を反映