Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-initial-start.html
Important An NDB Cluster management node caches the configuration data that it reads from config.ini; once it has created a configuration cache, it ignores the config.ini file on subsequent starts unless forced to do otherwise. Once the NDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-service.html
Important When installing an NDB Cluster program as a Windows service, you should always specify the complete path; otherwise the service installation may fail with the error The system cannot find the file specified. Once you are satisfied that ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-source.html
Oracle provides precompiled NDB Cluster binaries for Windows which should be adequate for most users. However, if you wish, it is also possible to compile NDB Cluster for Windows from source code. The procedure for doing this is almost identical to ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-installation.html
Important NDB Cluster is not intended for use in a network for which throughput is less than 100 Mbps or which experiences a high degree of latency. This section describes the basics for planning, installing, configuring, and running an NDB Cluster. Whereas the examples in Section 25.4, “Configuration of NDB Cluster” provide more in-depth information on a variety of clustering options and configuration, the result of following the guidelines and procedures outlined here should be a usable NDB Cluster which meets the minimum requirements for availability and safeguarding of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-disk-data.html
It is important to keep in mind that data files are always open, which means the file descriptors are always in use and cannot be re-used for other system tasks. Disk data objects are subject to the following maximums and minimums: Maximum number of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-transactions.html
Important When executing a LOAD DATA statement, the NDB engine performs commits at irregular intervals that enable better utilization of the communication network. A number of limitations exist in NDB Cluster with regard to the handling of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logging-management-commands.html
Important Cluster log levels are set on a per ndb_mgmd, per subscriber basis. ndb_mgm supports a number of management commands related to the cluster log and node logs. In the listing that follows, node_id denotes either a storage node ID or the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-client-commands.html
Important To use this command to bring a data node online, the data node must have been started using --nostart or -n. In addition to the central configuration file, a cluster may also be controlled through a command-line interface available ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-definition.html
Important This parameter is deprecated, and is subject to removal in a future release. The [ndb_mgmd] section is used to configure the behavior of the management server. If multiple management servers are employed, you can specify parameters common ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mysqld.html
row *************************** Id: 1 User: system user Host: db: Command: Daemon Time: 1 State: Waiting for event from ndbcluster Info: NULL Important To participate in an NDB Cluster, the mysqld process must be started with both the options ...To ...