PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-session-connect-attrs-table.html
Application programs can provide key-value connection attributes to be passed to the server at connect time. For descriptions of common attributes, see Section 29.12.9, “Performance Schema Connection Attribute Tables”. To see connection ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-replication-connection-status-table.html
This table shows the current status of the I/O thread that handles the replica's connection to the source, information on the last transaction queued in the relay log, and information on the transaction currently being queued in the relay log. It ...There is always a default replication channel, and more replication channels can be ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-connection-control-failed-login-attempts-table.html
This table provides information about the current number of consecutive failed connection attempts per account. The connection_control_failed_login_attempts table has the these columns: USERHOST A MySQL user account name in user@host format. This ...
https://dev.mysql.com/doc/refman/9.7/en/information-schema-ndb-transid-mysql-connection-map-table.html
The ndb_transid_mysql_connection_map table provides a mapping between NDB transactions, NDB transaction coordinators, and MySQL Servers attached to an NDB Cluster as API nodes. INFORMATION_SCHEMA Name SHOW Name Remarks mysql_connection_id MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/ipv6-server-config.html
The MySQL server listens on one or more network sockets for TCP/IP connections. Set the bind_address system variable at server startup to specify the TCP/IP connections that a server instance accepts. A value of *, which is the default, or a value ...Each socket is bound to one address, but it is possible for an address to map onto multiple network ...
https://dev.mysql.com/doc/refman/9.7/en/windows-and-ssh.html
This section describes how to get an encrypted connection to a remote MySQL server with SSH. At this point, you should have an ODBC connection to MySQL, encrypted using SSH. This userid value might not be the same as the user name of your MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-command-options.html
--authentication-openid-connect-client-id-token-file Command-Line Format --authentication-openid-connect-client-id-token-file For OpenID Connect, this sets the required Identity token to authenticate with a mapped MySQL user. It's a full filepath to ... mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-system-variables.html
group_replication_advertise_recovery_endpoints specifies how a joining member can establish a connection to an existing member for state transfer for distributed recovery. The connection is used for both remote cloning operations and state transfer ... This section lists the system variables that are specific to the Group Replication ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-file-formats.html
Elements following that one represent events such as client connect and disconnect events, executed SQL statements, and so forth. <AUDIT_RECORD> <TIMESTAMP>2019-10-03T14:09:38 UTC</TIMESTAMP> <RECORD_ID>6_2019-10-03T14:06:33</RECORD_ID> ...
https://dev.mysql.com/doc/refman/9.7/en/mysqladmin.html
To kill threads belonging to other users, the connected user must have the CONNECTION_ADMIN privilege (or the deprecated SUPER privilege). This changes the password to new_password for the account that you use with mysqladmin for connecting to the ...You can use it to check the server's configuration and current status, to create and drop databases, and ...