On this page  
  
  
The SHOW USERS statement lists the users for all databases.
Synopsis
Required Privileges
The user must have the SELECT privilege on the system table.
Example
> SHOW USERS;
+------------+
|  username  |
+------------+
| jpointsman |
| maxroach   |
| root       |
+------------+