How do you permanently remove a user from the MySQL database.
Delete from MySQL.user where user="Unwanted User";
just seems to ignored.
Thanks,
Martin
Delete from MySQL.user where user="Unwanted User";
just seems to ignored.
Thanks,
Martin
Comment