# List All Unique Usernames SELECT DISTINCT User FROM mysql.user; # List All Usernames + Hostnames; SELECT User,Host FROM mysql.user;