Hello, I've got one last issue removing user accounts. I notice I have a user " " & a number "nobody".
However when I look at the grants I get an error; mysql> show grants for nobody@localhost; ERROR 1141: There is no such grant defined for user 'nobody' on host 'localhost' mysql> show grants for ' '@localhost; ERROR 1141: There is no such grant defined for user ' ' on host 'localhost' They are also no entries for the nobody user in the user table in the mysql database; mysql> select * from user where user='nobody'; Empty set (0.00 sec) I am thinking perhaps the error for " " exists because the show grants will not work for a blank user & the nobody user is perhaps not a standard user account ?? Is this correct ?? How do I remove these unwanted user accounts ? or is there a reason I should keep them (like bad things will happen to sql) ? With Thanks Steve. --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php