May 25, 2003 #1 darkarchon Technical User Joined May 23, 2003 Messages 6 Location US so how do we list all the users in mysql? the only one i know is "SHOW GRANTS FOR BOB" and it shows the grants for bob. how the heck do we list/show all the users? please help!
so how do we list all the users in mysql? the only one i know is "SHOW GRANTS FOR BOB" and it shows the grants for bob. how the heck do we list/show all the users? please help!
May 26, 2003 #2 QatQat IS-IT--Management Joined Nov 16, 2001 Messages 1,031 Location IT mysql>use mysql database changed. mysql> select user, host from user; This will give you a list of users and related host. Bye Qatqat I have been happy throughout my life in thinking that samba was I kind of dance; now I live with Linux and all I do is working. Upvote 0 Downvote
mysql>use mysql database changed. mysql> select user, host from user; This will give you a list of users and related host. Bye Qatqat I have been happy throughout my life in thinking that samba was I kind of dance; now I live with Linux and all I do is working.