Search Results
https://dev.mysql.com/doc/refman/8.4/en/keyring-aws-plugin.html
The keyring_aws keyring plugin communicates with the Amazon Web Services Key Management Service (AWS KMS) as a back end for key generation and uses a local file for key storage. All keyring material is generated exclusively by the AWS server, not by ... Note The keyring_aws plugin is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-key-types.html
Note component_keyring_oci can generate keys of type AES with a size of 16, 24, or 32 bytes only. Example keyring operations involving the SECRET key type: SELECT keyring_key_generate('MySecret1', 'SECRET', 20); SELECT ... MySQL Keyring supports ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-rpm.html
An SSL certificate and key files are generated in the data directory. The recommended way to install MySQL on RPM-based Linux distributions is by using the RPM packages provided by Oracle. There are two sources for obtaining them, for the Community ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
SSL certificate and key files are generated in the data directory. Before You Start As a popular, open-source software, MySQL, in its original or re-packaged form, is widely installed on many systems from various sources, including different ...
https://dev.mysql.com/doc/refman/8.4/en/making-windows-dumps.html
To generate a minidump mysqld.dmp, enable the core-file option under the [mysqld] section in my.ini. Program Database files (with suffix pdb) are included in the ZIP Archive Debug Binaries & Test Suite distribution of MySQL. These files provide ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-api-definition.html
(Id continues to be supported for backward compatibility, but is now deprecated and generates a warning when used. An alias, Id, was used for this purpose in very old versions of NDB Cluster, and continues to be supported for backward compatibility; ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-binary.html
$> cd /var/tmp $> tar -C /usr/local -xzvf mysql-cluster-gpl-8.4.6-linux-glibc2.12-x86_64.tar.gz $> ln -s /usr/local/mysql-cluster-gpl-8.4.6-linux-glibc2.12-x86_64 /usr/local/mysql Change location to the mysql directory and set up the system ... This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-log-events.html
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 Start phase 4 completed This section discusses all reportable events, ordered by ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logging-management-commands.html
This means that, in an NDB Cluster with multiple management servers, using a CLUSTERLOG command in an instance of ndb_mgm connected to one management server affects only logs generated by that management server but not by any of the others. This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
For information about the cluster log, log events, and event types, see Section 25.6.3, “Event Reports Generated in NDB Cluster”. The following table lists the most common NDB cluster log messages. These log messages also correspond to log ...