How to Show Users in MySQL

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

Tags: ,

Leave a Reply

You must be logged in to post a comment.