On this pageSHOW USERSShows the list of user accounts.Syntax​SHOW USERSCopyExamples​mysql> SHOW USERS;+------+-----------+----------+-----------+| name | hostname | password | auth_type |+------+-----------+----------+-----------+| test | localhost | password | 3 |+------+-----------+----------+-----------+Copy