PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-thread-filtering.html
For foreground threads (resulting from client connections), the initial values of the INSTRUMENTED and HISTORY columns in threads table rows are determined by whether the user account associated with a thread matches any row in the setup_actors ...
https://dev.mysql.com/doc/refman/8.0/en/replica-io-thread-states.html
Checking master version From MySQL 8.0.26: Checking source version A state that occurs very briefly, after the connection to the source is established. Connecting to master From MySQL 8.0.26: Connecting to source The thread is attempting to connect ... The following list shows the most common states you see in the State column for a replication I/O (receiver) thread on a replica ...
https://dev.mysql.com/doc/refman/8.0/en/replication-howto-repuser.html
Each replica connects to the source using a MySQL user name and password, so there must be a user account on the source that the replica can use to connect. You can choose to create a different account for each replica, or connect to the source ...
https://dev.mysql.com/doc/refman/8.0/en/reset-replica.html
RESET REPLICA does not change any replication connection parameters, which include the source's host name and port, the replication user account and its password, the PRIVILEGE_CHECKS_USER account, the REQUIRE_ROW_FORMAT option, the ... RESET ...
https://dev.mysql.com/doc/refman/8.0/en/user-names.html
An account is defined in terms of a user name and the client host or hosts from which the user can connect to the server. This means that anyone can attempt to connect to the server using any user name, so you cannot make a database secure in any ...
https://dev.mysql.com/doc/refman/8.0/en/fido-pluggable-authentication.html
The client-side plugin is included in all distributions, including community distributions, which enables clients from any distribution to connect to a server that has the server-side plugin loaded. When the client program connects, the server ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-user-credentials.html
Important If distributed recovery connections for your group use SSL, the replication user must be created on each server before the joining member connects to the donor. For instructions to set up SSL for distributed recovery connections and create ... Group Replication uses a distributed recovery process to synchronize group members when joining them to the ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html
For example, you might change the port that memcached listens on, reduce the maximum number of simultaneous connections, change the maximum memory size for a key-value pair, or enable debugging messages for the error log. (In practice, it is most ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-okv-plugin.html
ssl: A directory that contains the certificate and key files required to establish a secure connection with the KMIP back end: CA.pem, cert.pem, and key.pem. Connect again to the Oracle Key Vault server, this time without logging in. If you do, the ... Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-log-events.html
CONNECTION Events These events are associated with connections between Cluster nodes. An event report reported in the event logs has the following format: datetime [string] severity -- message For example: 09:19:30 2005-07-24 [NDB] INFO -- Node 4 ...