Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-config.html
import config [--dryrun|-y] [--retry] cluster_name This command imports the configuration of an autonomous or “wild” cluster into the cluster named cluster_name. import config requires a single argument, cluster_name, which is the name of the ...The cluster named in the command must already exist in MySQL Cluster Manager; you are also strongly advised to use create cluster --import when creating ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-hex-string.html
The return value can be placed into an SQL statement using either X'value' or 0xvalue format. Return Values The length of the encoded string that is placed into to, not including the terminating null character. unsigned long mysql_hex_string(char ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-bind-result.html
When mysql_stmt_fetch() is called to fetch data, the MySQL client/server protocol places the data for the bound columns into the specified buffers. The protocol places data into the newly bound buffers when the next call to mysql_stmt_fetch() occurs. To bind a column, an application calls mysql_stmt_bind_result() and passes the type, address, and length of the output buffer into which the value should be ... bool mysql_stmt_bind_result(MYSQL_STMT ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmysqldspec.html
ndbPodSpec (NdbClusterPodSpec): (optional) A subset of PodSpec fields which, when set, are copied into to the podSpec of the MySQL server's StatefulSet. All scripts are mounted into the MySQL pods and executed by configMap name and key name, in ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(WL #10528) X DevAPI: Consolidated the BaseSession, NodeSession, and XSession interfaces into a single com.mysql.cj.api.xdevapi.Session interface. Consolidated the AbstractSession, NodeSessionImpl, and XSessionImpl classes into the ... MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
(Bug #38044940) A java.sql.Time instance created from a negative millisecond value, when inserted into a database via using a PreparedStatement, lost its fractional part of the seconds. (Bug #118079, Bug #37888527) If the jdk.charsets module was not ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-deploy.html
A number of standalone MySQL Server instances (which are not part of an InnoDB Cluster or InnoDB ReplicaSet) to make into one or more replica clusters. With this function enabled, if the primary that is replicating goes offline or into an error ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-predictions-ml-predict-table.html
If you specify the output table and the input table as the same name, the predictions are inserted into the input table. After generating predictions on a table, learn how to Generate Explanations on a table to get insights into which features have ... ML_PREDICT_TABLE generates predictions for an entire table of trained ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-generate-content.html
The following sections in this topic describe how to generate new text-based content using the GenAI feature of MySQL AI: Before You Begin Generating Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-summarize-content.html
It can scale horizontally by adding more servers to the cluster, or ', 'vertically by upgrading the hardware.' ) ); mysql> INSERT INTO input_table (Input) VALUES( CONCAT( 'Artificial Intelligence or AI refers to the simulation of human intelligence ... The following sections in this topic describe how to summarize exiting content using the GenAI: Before You Begin Summarizing Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and ...