I added a user to my database ijdb for a project i am doing and have tried repeatedly to delete them with no luck. The user is jess;
mysql>GRANT SELECT ON ijdb.*
->TO [email]jess@"%.host.net[/email]"
->IDENTIFIED BY "jessrules";
mysql>GRANT UPDATE (name, email) ON ijdb.author
->TO [email]jess@"%.host.net[/email]";
I have tryed DELETE, and DROP USER.............etc.
no luck.
Can someone please help!