Search Results
https://dev.mysql.com/doc/refman/8.4/en/keyring-okv-plugin.html
For example, use these lines in the server my.cnf file, adjusting the .so suffix and directory location for your platform as necessary: [mysqld] early-plugin-load=keyring_okv.so keyring_okv_conf_dir=/usr/local/mysql/mysql-keyring-okv For additional ...Also, set the keyring_okv_conf_dir system variable to tell keyring_okv where to find its configuration ...The Key Management Interoperability ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
See Section 2.5.9, “Managing MySQL Server with systemd” for additional information. You can stop the MySQL Server with the following command: $> sudo systemctl stop mysql Installing Additional MySQL Products and Components You can install more ... The MySQL SLES repository provides RPM packages for installing and managing the MySQL server, client, and other components on SUSE Enterprise Linux ...
https://dev.mysql.com/doc/refman/8.4/en/upgrade-binary-package.html
For some Linux platforms, MySQL installation from RPM or Debian packages includes systemd support for managing MySQL server startup and shutdown. In such cases, use systemd for server startup and shutdown instead of the methods used in the following ...In-Place Upgrade Logical Upgrade MySQL Cluster Upgrade In-Place Upgrade An in-place upgrade involves shutting down the old MySQL server, replacing the old MySQL binaries or packages with the new ones, restarting MySQL on the existing data directory, and upgrading any remaining parts of the existing installation that require ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-rsa-files-using-mysql.html
At startup, the server automatically generates server-side and client-side SSL certificate and key files in the data directory if the auto_generate_certs system variable is enabled, no SSL options are specified, and the server-side SSL files are ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-component-installation.html
To be usable by the server, the component library file must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). Note A keyring component must be enabled on the MySQL server instance if you need to ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-catalog-dashboard.html
If you stop and then restart the server without the --upgrade=MINIMAL option, the server upgrades the system tables automatically, if needed. The following information appears in the Log tab and log file after the upgrade configuration (with system ...Product Catalog MySQL Installer Dashboard Locating Products to Install Upgrading MySQL Server Removing MySQL Server Upgrading MySQL Installer Product Catalog The product catalog stores the complete list of released MySQL products for Microsoft Windows that are available to download from MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-failover.html
GTIDs play a key role in applying changes to the database: the server automatically skips any transaction having an identifier which the server recognizes as one that it has processed before. This poses some challenges when provisioning a new server ... There are a number of techniques when using MySQL Replication with Global Transaction Identifiers (GTIDs) for provisioning a new replica which can then be used for scaleout, being promoted to source as necessary for ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-network-partitioning.html
Set the group_replication_unreachable_majority_timeout system variable for the group members to avoid this situation. The following sections explain what to do if the system partitions in such a way that no quorum is automatically achieved by the ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
To use a different database, set the audit_log_database system variable at server startup. Table 8.44 Write-Strategy Effect on the Direct Write Count Write Strategy Description ASYNCHRONOUS Incremented if the event size does not fit into the ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-connection-compression.html
On the server side, you can disallow any of the compression algorithms by setting the mysqlx_compression_algorithms system variable to include only those permitted. This is unlike the situation for the TLS context, where MySQL Server settings are ...