Search Results
https://dev.mysql.com/doc/mysql-shell/9.7/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/c-api/9.7/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/9.7/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/mysql-ai/9.7/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.7/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.7/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/mysql-ai/9.7/en/mys-mysqlai-nl2ml.html
You may need to preprocess your data, for example, converting categorical variables like 'Name' and 'Citizenship' into numerical variables if necessary. The NL2ML (natural language to machine learning) routine allows you to ask questions and ...
https://dev.mysql.com/doc/workbench/en/heatwave-migration-assistant.html
Cold Migration: Create and load a snapshot of the source database into the new DB System. Import: Import the snapshot of the source database into the new DB System. The MySQL HeatWave Migration Assistant allows you to migrate on-premises databases ...
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 ...