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: Mysql, users
This entry is filed under Mysql.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.