How to Show Users in MySQL

mysql.jpg

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

SELECT USER from mysql.user;

Related Posts

Comments are closed.