SHOW USERS

On this page Carat arrow pointing down

The SHOW USERS statement lists the users for all databases.

Synopsis

SHOW USERS

Required Privileges

No privileges are required to list users.

Example

> SHOW USERS;
+------------+
|  username  |
+------------+
| jpointsman |
| maxroach   |
| root       |
+------------+

See Also


Yes No
On this page

Yes No