Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
In the Design view panel, enter some text to decorate the blank web page. Drag and drop the control to a location beneath the text on your web page. From the DropDownList control context menu, ensure that the Enable AutoPostBack check box is enabled. The following figure shows an example of the decorative text and two controls in the Design view ... In this tutorial you create an ASP.NET web ...
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an application. Functions included in the asyncio API must be used to ...
https://dev.mysql.com/doc/internals/en/capability-flags.html
CLIENT_DEPRECATE_EOF Value 0x01000000 Server Can send OK after a Text Resultset. Client Expects an OK (instead of EOF) after the resultset rows of a Text Resultset. Although the OK packet is extensible, the EOF packet is not due to the overlap of ...
https://dev.mysql.com/doc/internals/en/frm-file-format.html
The .frm file for a partitioned table contains partition information, in clear text, in addition to the usual table definition details. Finally, CREATE VIEW also causes creation of a .frm file, but a view .frm bears no resemblance to a base table ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt-app.html
progress_monitor_sql_statements (TEXT): specifies an optional SQL statement to monitor the task progress. The execute_prepared_stmt_from_app_async routine creates an asynchronous task associated with a specific application user. Application-level ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-regression-prepare.html
mysql> CREATE TABLE house_price_training ( id INT PRIMARY KEY, house_size INT, address TEXT, state TEXT, price INT ); Insert the sample data into the table. mysql> CREATE TABLE house_price_testing ( id INT PRIMARY KEY, house_size INT, address TEXT, ... This topic describes how to prepare the data to use for a regression machine learning ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-hw-chat.html
include_document_uris: limits the documents used for context retrieval by including only the specified document URIs. vector_store_columns: optional parameter which specifies column names for finding relevant vector and embedding tables for context ... The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-3-2.html
(WL #16368) MySQL HeatWave GenAI Content generation using MySQL HeatWave GenAI now supports speculative decoding, which enables faster response token generation and speeds up text generation if the target Large Language Model (LLM) supports ... Note ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data-data-import.html
Text files: Names of data files in S3 bucket: Specify the names of data files in the Amazon S3 bucket. Apart from text files, you can specify text files in compressed formats such as gzip (.gz) and zstd (.zst). Fields optionally enclosed: Select the ... Importing Data Using the Data Import Feature 7.2.1.2 Importing Data Using the Data Import Feature Use the data import feature in the MySQL HeatWave Console to import data from an Amazon S3 bucket to a DB System in the same ...
https://dev.mysql.com/doc/refman/8.4/en/backup-types.html
Logical backups save information represented as logical database structure (CREATE DATABASE, CREATE TABLE statements) and content (INSERT statements or delimited-text files). Output is larger than for physical backup, particularly when saved in text ... This section describes the characteristics of different types of ...