MySQL Forums
Forum List  »  Newbie

Re: host and user relationship
Posted by: Peter Brawley
Date: May 10, 2012 02:42PM

In the mysql client, execute this query:

select host, user, password from mysql.user;

Then read sections 6.1 and 6.2 in http://dev.mysql.com/doc/refman/5.5/en/privilege-system.html.

Options: ReplyQuote


Subject
Written By
Posted
Re: host and user relationship
May 10, 2012 02: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.