How to Show Users in MySQL
Sunday, August 31st, 2008To show the users in a MySQL database, first login as an administrative user, then run this query:
SELECT USER from mysql.user;
To show the users in a MySQL database, first login as an administrative user, then run this query:
SELECT USER from mysql.user;