MySQL Forums
Forum List  »  General

Re: Can't delete user
Posted by: Peter Brawley
Date: October 20, 2014 04:42PM

> I can't delete in the MySQL command line because it doesn't exist, but it exists in my database.

If it's in "the database", ie in the mysql database, then in the commandline MySQL client, REVOKE that user's privileges, then issue a DROP USER command for that user.

If it's not in the mysql database but defined in the PMA config file, delete it from there.

Options: ReplyQuote


Subject
Written By
Posted
October 20, 2014 03:05PM
Re: Can't delete user
October 20, 2014 04:42PM
October 20, 2014 09:55PM
October 23, 2014 12:39AM
October 23, 2014 12:42PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.