MySQL Forums
Forum List  »  Security

Re: Problem with the GRANT statement on 5.22
Posted by: Bob Field
Date: October 23, 2006 02:26PM

Try this:
SELECT user, host, password
FROM mysql.user
WHERE user = 'root';
and let me know what you see.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem with the GRANT statement on 5.22
2082
October 23, 2006 02:26PM


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.