For When You Can't Have The Real Thing
[ start | index | login ]
start > mysql > list users

list users

Created by dave. Last edited by dave, 6 years and 224 days ago. Viewed 1,667 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
(2017-06-21)

List MySql Users

SELECT User FROM mysql.user;

More info:

SELECT User, Host, Password FROM mysql.user;
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt