Search Results
https://dev.mysql.com/doc/refman/8.4/en/keyring-component-plugin-comparison.html
Note component_keyring_oci can generate keys of type AES with a size of 16, 24, or 32 bytes only. In the operating system file where persisted system variables are stored, the names and values of sensitive system variables are stored in an encrypted ... The MySQL Keyring originally implemented keystore capabilities using server plugins, but began transitioning to use the component ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-oci-component.html
“encryption_endpoint”: The endpoint of the Oracle Cloud Infrastructure encryption server that component_keyring_oci uses for generating encrypted or encoded information (ciphertext) for new keys. Provide a MySQL-specific name for the generated ... Note The Oracle Cloud Infrastructure Vault keyring component is included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-service.html
my_key_generate() Generates a new random key of a given type and length and stores it in the keyring. Syntax: bool my_key_generate(const char *key_id, const char *key_type, const char *user_id, size_t key_len) Arguments: key_id, user_id: ... MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
MySQL Server Initialization: When the server is started for the first time, the server is initialized, and the following happens (if the data directory of the server is empty when the initialization process begins): The SSL certificate and key files ... 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/mysql-cluster-logs-event-buffer.html
NDB generates messages in the cluster log to describe the state of these buffers. Although these reports appear in the cluster log, they refer to buffers on API nodes (unlike most other cluster log messages, which are generated by data nodes). The ... NDB uses one or more memory buffers for events received from the data ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbd.html
ndbd generates a set of log files which are placed in the directory specified by DataDir in the config.ini configuration file. For example, ndb_2_error.log is the error log generated by the data node whose node ID is 2. The ndbd binary provides the ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog-backup.html
It can also make a continuous (“live”) backup, staying connected to the server when it reaches the end of the last log file and continuing to copy new events as they are generated. However, copies of encrypted binary log files that are generated ... By default, mysqlbinlog reads binary log files and displays their contents in text ...
https://dev.mysql.com/doc/refman/8.4/en/solaris-installation.html
To configure the generation of core files on Solaris you should use the coreadm command. Because of the security implications of generating a core on a setuid() application, by default, Solaris does not support core files on setuid() programs. If ...
https://dev.mysql.com/doc/refman/8.4/en/source-installation.html
It is also possible to generate this content locally from a MySQL source distribution using the instructions at Section 2.8.10, “Generating MySQL Doxygen Documentation Content”. Building MySQL from the source code enables you to customize build ...
https://dev.mysql.com/doc/refman/8.4/en/xml-functions.html
Table 14.16 XML Functions Name Description ExtractValue() Extract a value from an XML string using XPath notation UpdateXML() Return replaced XML fragment This section discusses XML and related functionality in MySQL. Note It is possible to obtain ...