Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-reset.html
bool mysql_stmt_reset(MYSQL_STMT *stmt) Description Resets a prepared statement on client and server to state after prepare. It resets the statement on the server, data sent using mysql_stmt_send_long_data(), unbuffered result sets and current ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-use-result.html
This reads the result of a query directly from the server without storing it in a temporary table or local buffer, which is somewhat faster and uses much less memory than mysql_store_result(). This ties up the server and prevent other threads from ... MYSQL_RES * mysql_use_result(MYSQL *mysql) Description After invoking mysql_real_query() or mysql_query(), you must call mysql_store_result() or mysql_use_result() for every statement that successfully produces a result set (SELECT, SHOW, DESCRIBE, EXPLAIN, CHECK TABLE, and so ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmanagementnodespec.html
NdbManagementNodeSpec specifies a management server node in an NDB Cluster. enableLoadBalancer (bool): (optional) Exposes the management servers externally using the Kubernetes cloud provider's load balancer. By default, the operator creates a ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/installation-postinstallation.html
Once you have installed NDB Operator using either of the methods described previously in this chapter, you can verify the installation by executing the following command: > kubectl get pods -n ndb-operator -l 'app in ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/tasks-access-within-k8s.html
NDB Cluster tools such as ndb_mgm can use the management node service name as a connection string to connect to the management servers. Your MySQL connection id is 500 Server version: 8.4.0-cluster MySQL Cluster Community Server - GPL Copyright (c) ... An application running inside the Kubernetes Cluster can use these extracted information and can access the data in MySQL Cluster without any additional ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/tasks-access.html
Each MySQL server is set up with a root account and a random password. 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. The password is base-64 ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-0-0.html
This release can be used against MySQL Server version 8.0 and later. (Bug #36612566) Many tests in the Connector/J test suite failed when run against MySQL Server 8.4.0, because the mysql_native_password plugin is no longer available by default for ... Version 9.0.0 is a new GA release of MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-basic-routing.html
The Connection Routing plugin performs connection-based routing, meaning it forwards packets to the server without inspecting them. [logger] level = INFO [routing:secondary] bind_address = localhost bind_port = 7001 destinations = ...For additional ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-faq.html
Doing so can decrease network latency, allow a local unix domain socket connection to the application instead of TCP/IP, and typically application servers are easiest to scale. Note Unix domain sockets can function with applications connecting to ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-prepare-an-anomaly-detection-model.html
To prepare the data for the semi-supervised anomaly detection model: Connect to the MySQL Server. To prepare the data for the anomaly detection model for logs: Connect to the MySQL Server. This topic describes how to prepare the data to use for two ...