Feature
This view displays the number of failed logon attempts of different users.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| USERHOST | varchar(261) | NO | The username and host information of the user that failed to log on, in the format of <user_name>@<hostname or ip address>. |
| FAILED_ATTEMPTS | bigint(20) | NO | The number of failed logon attempts. |