Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-print-file.html
                                Options ndb_print_file supports the following options: --file-key, -K Command-Line Format --file-key=hex_data Supply file system encryption or decryption key from stdin, tty, or a my.cnf file. --file-key-from-stdin Command-Line Format ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-management.html
                                For a discussion of managing HASH and KEY partitions, see Section 26.3.2, “Management of HASH and KEY Partitions”. To change a table's partitioning scheme, it is necessary only to use the ALTER TABLE statement with a partition_options option, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/repair-table-optimization.html
                                Also, in addition to setting memory-allocation variables, increasing the myisam_max_sort_file_size system variable increases the likelihood that the repair uses the faster filesort method and avoids the slower repair by key cache method. Changing a ... REPAIR TABLE for MyISAM tables is similar to using myisamchk for repair operations, and some of the same performance optimizations apply: myisamchk has variables that control memory ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-encrypted-connections.html
                                (ssl_capath is similar but specifies the path name of a directory of CA certificate files.) ssl_cert: The path name of the server public key certificate file.  To use an encrypted connection for the transfer of the binary log required during ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-ndbd.html
                                MaxFKBuildBatchSize: Maximum scan batch size to use for building foreign keys. Increasing this value may speed up builds of foreign keys but impacts ongoing traffic as well. MaxUIBuildBatchSize: Maximum scan batch size to use for building unique ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-encrypted-connections.html
                                MYSQL_OPT_SSL_CERT: The path name of the client public key certificate file. Instead, use mysql_options() to specify specify certificate and key files, encryption ciphers, and so forth. Enforcing an Encrypted Connection mysql_options() options for ... This section describes how C applications use the C API capabilities for encrypted ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-syntax.html
                                For example: [section name] option = value option = value option = value [section name:optional section key] option = value option = value option = value A configuration file section header starts with an opening bracket ([) and ends with a closing ... The configuration file format resembles the traditional INI file format with sections and options, but with a few additional ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
                                Output References from Foreign Keys: Display the tables that foreign keys reference. table_details_list.html: A Schema overview along with details of columns, indexes and foreign keys for each schema.  The DBDoc - Model Reporting dialog is found by ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
                                To ensure correct account mapping, the client-side Oracle Cloud Infrastructure configuration must contain a fingerprint of the API key to use for authentication (fingerprint entry) and the location of a PEM file with the private part of the API key ...LDAP authentication requires use of a server from a MySQL Enterprise Edition ...
                                            
                https://dev.mysql.com/doc/internals/en/com-change-user.html
                                 COM_CHANGE_USER changes the user of the current connection and reset the connection state. and others It is followed by the same states as the initial handshake.