Posts Tagged ‘users’

How to Show Users in MySQL

Sunday, August 31st, 2008

To show the users in a MySQL database, first login as an administrative user, then run this query:

SELECT USER from mysql.user;