|
|
1 |
|
varchar(64)
|
utf8_general_ci
|
|
لا |
لا شيء |
Client IP address.
|
|
|
|
2 |
|
varchar(255)
|
utf8_bin
|
|
نعم |
NULL |
IP's resolved DNS host name, or NULL if unknown.
|
|
|
|
3 |
|
enum('YES', 'NO')
|
utf8_general_ci
|
|
لا |
لا شيء |
YES if the IP-to-host DNS lookup was successful, and the HOST column can be used to avoid DNS calls, or NO if unsuccessful, in which case DNS lookup is performed for each connect until either successful or a permanent error.
|
|
|
|
4 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of connection errors. Counts only protocol handshake errors for hosts that passed validation. These errors count towards max_connect_errors.
|
|
|
|
5 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of blocked connections because SUM_CONNECT_ERRORS exceeded the max_connect_errors system variable.
|
|
|
|
6 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of transient errors during IP-to-host DNS lookups.
|
|
|
|
7 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of permanent errors during IP-to-host DNS lookups.
|
|
|
|
8 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of host name format errors, for example a numeric host column.
|
|
|
|
9 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of transient errors during host-to-IP reverse DNS lookups.
|
|
|
|
10 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of permanent errors during host-to-IP reverse DNS lookups.
|
|
|
|
11 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of forward-confirmed reverse DNS errors, which occur when IP-to-host DNS lookup does not match the originating IP address.
|
|
|
|
12 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors occurring because no user from the host is permitted to log in. These attempts return error code 1130 ER_HOST_NOT_PRIVILEGED and do not proceed to username and password authentication.
|
|
|
|
13 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors due to requesting an authentication plugin that was not available. This can be due to the plugin never having been loaded, or the load attempt failing.
|
|
|
|
14 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors reported by an authentication plugin. Plugins can increment COUNT_AUTHENTICATION_ERRORS or COUNT_HANDSHAKE_ERRORS instead, but, if specified or the error is unknown, this column is incremented.
|
|
|
|
15 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors detected at the wire protocol level.
|
|
|
|
16 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors detected when a proxy user is proxied to a user that does not exist.
|
|
|
|
17 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors detected when a proxy user is proxied to a user that exists, but the proxy user doesn't have the PROXY privilege.
|
|
|
|
18 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors where authentication failed.
|
|
|
|
19 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors due to TLS problems.
|
|
|
|
20 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors due to the per-user quota being exceeded.
|
|
|
|
21 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors due to the per-hour quota being exceeded.
|
|
|
|
22 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors due to the user not having permission to access the specified default database, or it not existing.
|
|
|
|
23 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of errors due to statements in the init_connect system variable.
|
|
|
|
24 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of local server errors, such as out-of-memory errors, unrelated to network, authentication, or authorization.
|
|
|
|
25 |
|
bigint(20)
|
|
|
لا |
لا شيء |
Number of unknown errors that cannot be allocated to another column.
|
|
|
|
26 |
|
timestamp
|
|
|
لا |
0000-00-00 00:00:00 |
Timestamp of the first connection attempt by the IP.
|
|
|
|
27 |
|
timestamp
|
|
|
لا |
0000-00-00 00:00:00 |
Timestamp of the most recent connection attempt by the IP.
|
|
|
|
28 |
|
timestamp
|
|
|
نعم |
0000-00-00 00:00:00 |
Timestamp of the first error seen from the IP.
|
|
|
|
29 |
|
timestamp
|
|
|
نعم |
0000-00-00 00:00:00 |
Timestamp of the most recent error seen from the IP.
|
|