SHOW USERS
Lists all the users in the system.
Syntax
SHOW USERS;
Examples
SHOW USERS;
---
| name                      | hostname | auth_type            | is_configured |
|---------------------------|----------|----------------------|---------------|
| sqluser_johnappleseed     | %        | double_sha1_password | NO            |
| johnappleseed@example.com | %        | jwt                  | NO            |