Search



Search Results
Displaying 2901 to 2910 of 3432 total results
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 ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
When using connection pooling, Connector/J keeps track of any host it failed to connect to and, for a short waiting period after the failure, avoids connecting to it during the creation or retrieval of a Session. Version 8.0.19 is the latest ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
It was because the SimpleDateFormat object created internally with the custom calendar was cached and reused. (Bug #30570721, Bug #97724) When creating a Statement, the specification for the resultSetType parameter was not honored, so that the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(WL #10530) To avoid using JDBC statements inside core Connector/J classes, the following changes have been implemented: Created a new com.mysql.cj.api.Query interface, which is implemented by StatementImpl. (WL #10553) Bugs Fixed X DevAPI: ...
Displaying 2901 to 2910 of 3432 total results