information_schema.CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS

2024-06-28 05:30:30  Updated

Purpose

The information_schema.CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS view displays the number of failed logon attempts of different users.

Note

This view is introduced since OceanBase Database V3.2.1.

Columns

Column 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.

Contact Us