MySQL Forums
Forum List  »  Newbie

Re: How to list user and password
Posted by: Peter Brawley
Date: May 19, 2015 11:19AM

select host, user, password from mysql.user;

Passwords are stored in encrypted form.

Users are db-specific if and only if they have entries in the mysql.db table.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to list user and password
May 19, 2015 11:19AM


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.