MySQL Forums
Forum List  »  MySQL Administrator

Re: Problems Logging in
Posted by: Chris Arnold
Date: January 23, 2012 09:35PM

It seems the commands are not working on root user @ localhost. I issue any grant command and then show grants for current user and it is always just 1 and that is grant all on *.* to 'root'@'localhost';. The revoke does not revoke any grants; REVOKE GRANT OPTION ON *.* FROM root@'localhost'; then flush privileges; then show grants for current user shows the same grant all on *.* to 'root'@'localhost';! I am logged in as root user in mysql.

Options: ReplyQuote


Subject
Written By
Posted
January 23, 2012 04:13PM
January 23, 2012 08:58PM
Re: Problems Logging in
January 23, 2012 09:35PM
February 06, 2012 11:13PM


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.