Show / List all MySQL Users via Query

by Dinesh 2014-06-27 10:29:47

Do you want to show or list the user names for the MySQL data base? Then use the following simple query,
 
SELECT User FROM mysql.user;
 


 

Tagged in:

1406
like
0
dislike
0
mail
flag

You must LOGIN to add comments