Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ndb-start-compiling.html
                                 This section provides information on compiling and linking NDB API applications, including requirements and compiler and linker options. 
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-program-reference.html
                                 ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-error-reporter.html
                                 ndb_error_reporter creates an archive from data node and management node log files that can be used to help diagnose bugs or other problems with a cluster. It is highly recommended that you make use of this utility when filing reports of bugs in ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbmtd.html
                                 ndbmtd is a multithreaded version of ndbd, the process that is used to handle all the data in tables using the NDBCLUSTER storage engine. ndbmtd is intended for use on host computers having multiple CPU cores. Command-line options and configuration ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-programming.html
                                 The following sections provide information on building client applications that use the C API. Topics include compiling and linking clients, writing threaded clients, and troubleshooting runtime problems. 
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-command-options.html
                                The mysqlrouter command is used for most tasks, including bootstrapping and running MySQL Router, and mysqlrouter_plugin_info is an optional debugging tool. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/connecting-using-uri-or-key-value-pairs.html
                                connection-attributes: Controls the key-value pairs that application programs pass to the server at connect time.  This section describes use of URI-like connection strings or key-value pairs to specify how to establish connections to the MySQL ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-mysqld.html
                                ndb-connectstring: Address of NDB management server distributing configuration information for this cluster. ndb-log-apply-status: Cause MySQL server acting as replica to log mysql.ndb_apply_status updates received from its immediate source in its ...ndb-blob-read-batch-bytes: Specifies size in bytes that large BLOB reads should be batched ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
                                Example: [mysqld_safe] malloc-lib=/opt/lib/libtcmalloc_minimal.so --mysqld=prog_name Command-Line Format --mysqld=file_name Type File name The name of the server program (in the ledir directory) that you want to start. --mysqld-version=suffix ...A ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-key-migration.html
                                This pertains to migration strategy because the way in which the source and destination keystores are managed determines the procedure for performing a given type of key migration: Migration from one keyring plugin to another: The MySQL server has ... A keyring migration copies keys from one keystore to another, enabling a DBA to switch a MySQL installation to a different ...