Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-handles.html
If you do not specify a model handle name, a model handle is automatically generated that is based on the database name, input table name, the user name training the table, and a unique numerical identifier. mysql> SET @variable = 'model_handle'; ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store-load.html
You can ingest the source files into the vector store using the following methods: Perform the following steps: To create the vector store table, use a new or existing database: mysql> USE DBName; Replace DBName with the database name. To create and ... This section describes how to generate vector embeddings for files or folders, and load the embeddings into a vector store ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-data-adapter.html
Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly closed. A connection could then be reestablished only if and when the application writes data back to the database. The Data Adapter ...It is also possible to work in a manner where a connection is only established when ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-linked-tables.html
You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist within your MySQL database. When a query is requested on a table within Access, ODBC is used to execute the queries on ...Click either the File Data Source or Machine Data Source tab, and then double-click the Connector/ODBC DSN you want to link your table ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-data-adapter.html
Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly closed. A connection could then be reestablished only if and when the application writes data back to the database. The Data Adapter ...It is also possible to work in a manner where a connection is only established when ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-linked-tables.html
You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist within your MySQL database. When a query is requested on a table within Access, ODBC is used to execute the queries on ...Click either the File Data Source or Machine Data Source tab, and then double-click the Connector/ODBC DSN you want to link your table ...
https://dev.mysql.com/doc/mysql-em-plugin/en/targets-myoem-add-targets-manually.html
Metrics are not collected until the MySQL database is added as a target. Note When adding a MySQL database target, if the plugin is not deployed on the host selected, the system automatically deploys the plugin to the Management Agent on the target ... You must configure a MySQL target that is monitored by Enterprise Manager Cloud ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-agent-gui-ref.html
TCP/IP: select if the agent uses TCP/IP to connect to the monitored database. Socket: select if the agent uses socket to connect to the monitored database. This is only possible if the agent is monitoring a local database. If you select host and ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/partial.html
By default, all the files under the database subdirectories in the data directory are included in the backup, so that the backup includes data from all MySQL storage engines, any third-party storage engines, and even any non-database files in that ...This section explains options you can use to selectively back up or exclude ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-single-document-operations.html
Collection.replaceOne(string id, Document doc) updates or replaces the document identified by id, if it exists, with the provided document. Collection.addOrReplaceOne(string id, Document doc) adds the given document; however, if the id or any other ... The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a ...