I have created a user in mysql. Now i want to delete the user ? How to do that? I am getting this error :
ERROR 1396 (HY000): Operation DROP USER failed for 'user'@'localhost'
I am using this command :
DROP USER 'user'@'localhost';
Its an amazon machine.
Thanks