Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-remove-process.html
The following restrictions apply when using this command: The cluster must be in the status of created or stopped. The command cannot remove all processes from a cluster in the created status; at least one process must be left. remove process ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-stop-cluster.html
See Section 5.4.1, “The create cluster Command”, and Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster Manager”, for more information.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-stop-process.html
This command does not work with processes in a cluster created for import where the import has not yet actually been completed. See Section 5.4.1, “The create cluster Command”, and Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster ... stop process nodespec cluster_name nodespec: {nodetype | process_id_list} process_id_list: process_id[, process_id[, ...]] This command stops the MySQL NDB Cluster processes specified by nodespec in the cluster named ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-stop-agent-linux.html
You can tell the agent to use a different configuration file by passing the path to this file to the --config option, as shown here: $> ./bin/mcmd --config=/home/mcm/mcm-agent.conf The --bootstrap option causes the agent to start with default ... To ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-encrypted-connections.html
Note Host name identity verification with SSL_MODE_VERIFY_IDENTITY does not work with self-signed certificates created automatically by the server, or manually using mysql_ssl_rsa_setup (see Creating SSL and RSA Certificates and Keys using MySQL).
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterspec.html
One management server is created when the redundancy level is set to 1. Important Once an NDB Cluster has been created, it is possible but quite difficult and time-consuming to change this value. NdbClusterSpec contains the fields named and ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmanagementnodespec.html
By default, the operator creates a service of type ClusterIP to expose the management server pods internally within the Kubernetes cluster. If enableLoadBalancer is set to true, a service of type LoadBalancer is created instead, exposing the ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/tasks-access.html
To provide access to the NDB Cluster by applications, NDB Operator creates two load balancer services on top of the pods running NDB Cluster nodes. Each MySQL server is set up with a root account and a random password. The password is base-64 ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-6.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #37909595) CREATE TABLESPACE, when the specified logfile group did not exist, was rejected with error 723 No such table existed, which did not correctly identify ... MySQL NDB Cluster 8.4.6 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-12.html
(WL #11876) Bugs Fixed X DevAPI: When creating an X DevAPI session using a Properties map instead of a connection string, referring to property keys like host, port, and protocol in lowercase caused a NullPointerException. (Bug #27652379) X DevAPI: ... Version 8.0.12 is the latest General Availability release of the 8.0 series of MySQL ...