Display existing accounts.
Section: user management
List users from mysql.user
sql
sql
SELECT user, host FROM mysql.user ORDER BY user, host;Explanation
Requires appropriate privileges to inspect system tables.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing user management