Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux.html
                                 This section covers installation methods for NDB Cluster on Linux and other Unix-like operating systems. For manual installation and setup instructions specific to Windows systems, see Section 25.3.2, “Installing NDB Cluster on Windows”. While ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-binary.html
                                You should also have the MySQL client (mysql.exe) on this host. For this example, we refer to ndbd.exe as the data node executable, but you can install ndbmtd.exe, the multithreaded version of this program, instead, in exactly the same way. This ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
                                ConnectedApiVersion Connection 8 INFO Node node_id: Global checkpoint gci started A global checkpoint with the ID gci has been started; node node_id is the master responsible for this global checkpoint. GlobalCheckpointStarted Checkpoint 9 INFO Node ... The following table lists the most common NDB cluster log ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-management.html
                                This is covered in Section 25.4, “Configuration of NDB Cluster”, and Section 25.5, “NDB Cluster Programs”. The second method involves studying the contents of the cluster log ndb_node_id_cluster.log; this is usually found in the management ... Managing an NDB Cluster involves a number of tasks, the first of which is to configure and start NDB ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-client-commands.html
                                The node group ID of the new node group created by this command is determined automatically, and always the next highest unused node group ID in the cluster; it is not possible to set it manually. If the client is already connected to this server, ... In addition to the central configuration file, a cluster may also be controlled through a command-line interface available through the management client ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-definition.html
                                For a management node, this is represented by an integer value in the range 1 to 255, inclusive. This ID is used by all internal cluster messages for addressing the node, and so must be unique for each NDB Cluster node, regardless of the type of ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-news.html
                                 Changes in NDB Cluster releases are documented separately from this reference manual; you can find release notes for NDB Cluster 8.4 NDB 8.4 Release Notes. You can obtain release notes for older versions of NDB Cluster from NDB Cluster Release ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-params-api.html
                                 The listing in this section provides information about parameters used in the [mysqld] and [api] sections of a config.ini file for configuring NDB Cluster SQL nodes and API nodes. ArbitrationDelay: When asked to arbitrate, arbitrator waits this ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-params-mgmd.html
                                 The listing in this section provides information about parameters used in the [ndb_mgmd] or [mgm] section of a config.ini file for configuring NDB Cluster management nodes. ArbitrationDelay: When asked to arbitrate, arbitrator waits this long ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbxfrm.html
                                This is similar to entering a password after invoking mysql --password with no password following the option. The password must meet the requirements listed here: Uses any of the printable ASCII characters except !, ', ", $, %, \, `, and ^ Is no ...