List or Show all MySQL Users

by rajesh 2012-05-21 10:19:19

To List of show all mysql users

-> Login to mysql
(e.g: open command prompt, enter > mysql )

-> use mysql database.
(> use mysql)

All the details related to users are found in database named mysql, inside the table user

-> Now select user from user
(> select * from user)

Tagged in:

1016
like
0
dislike
0
mail
flag

You must LOGIN to add comments