How to see a list of user in MySQL by mtecheasy on September 16, 2014 Using this query will get you results: SELECT User FROM mysql.user;