🏠ReferenceSQLShow CommandsSHOW USERSVersion: 0.7.0On this pageSHOW USERSShows the list of user accounts.SyntaxSHOW USERSExamplesmysql> SHOW USERS;+------+-----------+----------+-----------+| name | hostname | password | auth_type |+------+-----------+----------+-----------+| test | localhost | password | 3 |+------+-----------+----------+-----------+