Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-add-node-example.html
In this section we provide a detailed example illustrating how to add new NDB Cluster data nodes online, starting with an NDB Cluster having 2 data nodes in a single node group and concluding with a cluster having 4 data nodes in 2 node groups.
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. For detailed descriptions and other additional information about ...
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. For detailed descriptions and other additional information about each of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-schema.html
The SELECT statement used to find the closest binary log position to the highest applied epoch on the replica in a multi-source setup (see Section 25.7.10, “NDB Cluster Replication: Bidirectional and Circular Replication”) employs these two ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-start-phases.html
This section provides a simplified outline of the steps involved when NDB Cluster data nodes are started. More complete information can be found in NDB Cluster Start Phases, in the NDB Internals Guide. These phases are the same as those reported in ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tcp-definition.html
Group When ndb_optimized_node_selection is enabled, node proximity is used in some cases to select which node to connect to. TCP/IP is the default transport mechanism for all connections between nodes in an NDB Cluster. Normally it is not necessary ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tde.html
The following sections provide information about NDB data node file system encryption. Start the management server with either --initial or --reload to cause it to read the updated configuration file. Perform a rolling initial start (or restart) of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-config-editor.html
Any of these can be selected by name later using the --login-path option when you invoke a client program. The mysql_config_editor utility enables you to store authentication credentials in an obfuscated login path file named .mylogin.cnf. The file ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-gr-memory-monitoring-ps-instruments.html
The MySQL Performance Schema provides instrumentation for performance monitoring of Group Replication memory usage. The memory/group_rpl/ Performance Schema instrumentation contains the following instruments: write_set_encoded: Memory allocated to ...
https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
--bind-address=ip_address Command-Line Format --bind-address=ip_address On a computer having multiple network interfaces, use this option to select which interface to use for connecting to the MySQL server. You can use it to check the server's ...