Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-administration-standard-rules.html
When enabled, it causes a MySQL server to write informational log events such as row query log events to its binary log. This information can be used for debugging and related purposes; such as obtaining the original query issued on the source ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-secure-socket-layer-support-ssl.html
REQUIRED Establish a secure connection if the server supports secure connections. VERIFY_CA Like REQUIRED, but additionally verify the server TLS certificate against the configured Certificate Authority (CA) certificates. VERIFY_IDENTITY Like ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.backup.html
240426 13:01:23 MAIN INFO: MySQL server version is '8.4.0-commercial' 240426 13:01:23 MAIN INFO: MySQL server compile os version is 'Linux' 240426 13:01:23 MAIN INFO: SSL/TLS version used for connection is TLSv1.3 240426 13:01:23 MAIN INFO: Got some ... In the following illustration, we back up an entire MySQL instance to a single file using the backup-to-image command, which appears at the end of the sample ...
https://dev.mysql.com/doc/refman/8.4/en/option-files.html
When MySQL 8.4 has been installed using the MSI, this is typically C:\PROGRAMDIR\MySQL\MySQL Server 8.4 in which PROGRAMDIR represents the programs directory (usually Program Files for English-language versions of Windows). Important Although MySQL ... Most MySQL programs can read startup options from option files (sometimes called configuration ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
The setup type can be one of the following: Server: Installs a single MySQL server Client: Installs client programs and libraries (excludes MySQL connectors) Full: Installs everything (excludes MySQL connectors) Custom: Installs user-selected ...By ... MySQLInstallerConsole.exe provides command-line functionality that is similar to MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/error-message-elements.html
The MySQL client library takes errors received from the server and makes them available to the host client program. When the server sends a message to a client program, it adds no zero-padding or prefix to the error code (examples: 1036, 3013). The ... This section discusses how error messages originate within MySQL and the elements they ...
https://dev.mysql.com/doc/refman/8.4/en/flush.html
By default, the server writes FLUSH statements to the binary log so that they replicate to replicas. Sending a SIGHUP or SIGUSR1 signal to the server causes several flush operations to occur that are similar to various forms of the FLUSH statement.
https://dev.mysql.com/doc/refman/8.4/en/network-namespace-support.html
This can produce phenomena such as a client connection from an address in one namespace appearing to the MySQL server to be coming from a different address, even for client and server running on the same machine. They must be invoked from within the ... A network namespace is a logical copy of the network stack from the host ...
https://dev.mysql.com/doc/refman/8.4/en/replication-mode-change-online-enable-gtids.html
This section describes how to enable GTID transactions, and optionally auto-positioning, on servers that are already online and using anonymous transactions. This procedure does not require taking the server offline and is suited to use in ...You ...
https://dev.mysql.com/doc/refman/8.4/en/show-replica-status.html
However, because the file positions are not being regularly updated in the connection metadata repository and the applier metadata repository except in a few situations, they are likely to be out of date if the server is restarted. For a replication ... SHOW REPLICA STATUS [FOR CHANNEL channel] This statement provides status information on essential parameters of the replica ...