Search



Search Results
Displaying 1101 to 1110 of 1802 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.full.html
For convenience and consistency, you can include those options that remain unchanged for most backup jobs into the [mysqlbackup] section of the MySQL configuration file that you supply to mysqlbackup. Putting the options into a configuration file ...
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-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
A new getAutoIncrementValue() method is added to the new InsertResult interface that extends Result. (WL #10528) X DevAPI: Consolidated the BaseSession, NodeSession, and XSession interfaces into a single com.mysql.cj.api.xdevapi.Session interface.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-update-vector-store.html
The examples in this topic use the vector store table demo_embeddings created in Ingesting Files into a Vector Store. If you run the VECTOR_STORE_LOAD routine on a table that contains previously ingested files, any file ingested again into the table ... To keep up with the changes and updates in the documents in your local directory, you must update the vector embeddings loaded in the vector store table on a regular ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-hw-genai-troubleshoot.html
If you find unsupported format files, then try one of the following: Delete the files with unsupported formats from the folder, and run the VECTOR_STORE_LOAD command again to load the vector embeddings into the vector store table again. Move the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-embed-row.html
The ML_EMBED_ROW routine uses the specified embedding model to encode the specified text or query into a vector embedding. The routine returns a VECTOR that contains a numerical representation of the specified text. This topic contains the ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
Any text you enter into the Find Text list is retained for the duration of your session. Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench Commercial ...
https://dev.mysql.com/doc/workbench/en/wb-design-engineering.html
A visual data model can be transformed into a physical database on a target MySQL Server by executing the forward engineering wizard. MySQL Workbench also enables you to reverse engineer an existing database or packaged application to get better ...
Displaying 1101 to 1110 of 1802 total results