Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/keyring-okv-plugin.html
                                 Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial product. The Key Management Interoperability Protocol (KMIP) enables communication of cryptographic keys between a key management server and its clients. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/caching-sha2-pluggable-authentication.html
                                Important To connect to the server using an account that authenticates with the caching_sha2_password plugin, you must use either a secure connection or an unencrypted connection that supports password exchange using an RSA key pair, as described ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-hashicorp-plugin.html
                                 Note The keyring_hashicorp plugin is an extension included in MySQL Enterprise Edition, a commercial product. The keyring_hashicorp keyring plugin communicates with HashiCorp Vault for back end storage. No key information is permanently stored in ...(If you already have those files, proceed to HashiCorp Vault Setup.) The instructions as shown apply to Linux platforms and may require adjustment for other ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tls.html
                                Only the administrator (DBA) should have access to the private CA signing key with which valid node certificates are created. To facilitate staggered expiration, each certificate is associated with a node type; a given node uses keys and ... This ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption-functions.html
                                This occurs, for example, if a function does not support a specified algorithm, a key length is too short or long, or a string expected to be a key string in PEM format is not a valid key. asymmetric_decrypt(algorithm, data_str, priv_key_str) ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/encryption-functions.html
                                One way to make collisions detectable is to make the hash column a primary key. AES_DECRYPT(crypt_str,key_str[,init_vector][,kdf_name][,salt][,info | iterations]) This function decrypts data using the official AES (Advanced Encryption Standard) ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/macos-installation-launchd.html
                                 macOS uses launch daemons to automatically start, stop, and manage processes and applications such as MySQL. The md5 checksum of a file containing the above snippet is d925f05f6d1b6ee5ce5451b596d6baed. To enable the launchd service, you can either: ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/explain-output.html
                                possible_keys (JSON name: possible_keys) The possible_keys column indicates the indexes from which MySQL can choose to find the rows in this table. That means that some of the keys in possible_keys might not be usable in practice with the generated ... The EXPLAIN statement provides information about how MySQL executes ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqldump.html
                                (See Section 8.4.1.4, “Client-Side Cleartext Pluggable Authentication”.) --get-server-public-key Command-Line Format --get-server-public-key Type Boolean Request from the server the public key required for RSA key pair-based password exchange. 
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
                                The self-contained directory structure for Router is: $path/start.sh $path/stop.sh $path/mysqlrouter.pid $path/mysqlrouter.conf $path/mysqlrouter.key $path/run $path/run/keyring $path/data $path/log $path/log/mysqlrouter.log If this option is ...