Search Results
https://dev.mysql.com/doc/refman/8.4/en/stored-objects.html
Stored objects include these object types: Stored procedure: An object created with CREATE PROCEDURE and invoked using the CALL statement. Stored function: An object created with CREATE FUNCTION and used much like a built-in function. Trigger: An ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-embeddings.html
Using this method, you can create vector embedding tables that you can use to perform similarity searches using the DISTANCE() function, without setting up a vector store. To learn how to create vector embeddings for unstructured data, see Section ... This section describes how to generate vector embeddings using the ML_EMBED_ROW ...
https://dev.mysql.com/doc/workbench/en/wb-design-table-templates.html
Define table templates with commonly used columns and settings to create new tables from either a live connection or while creating an EER model. From the SQL editor, select Create Table Like from the Tables context menu, as shown in the next ...
https://dev.mysql.com/doc/workbench/en/wb-forward-engineering-live-server.html
The first step of the process is to connect to a MySQL server to create the new database schema. The next page enables you to set options for the database to be created (see the following figure). These options are as described in Section 9.4.1.1.1, ... Use forward engineering to export your schema design to a MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-61.html
Initially, this loads an "Easy Setup" page that is enough for most users. To create a custom group, right-click on a variable and choose either Add to Custom Category (to create a new category), or an existing custom category. This also has a ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
The driver uses SHOW CREATE TABLE to retrieve this information, so if any other storage engines add support for foreign keys, the driver would transparently support them as well. To enable this functionality, create a Statement instance in the ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-cursor-transaction.html
The second INSERT depends on the value of the newly created primary key of the first. Note The following example uses tables created in the example Section 6.5.2, “Creating Tables Using Connector/Python”. We then create a new cursor, by default ... Inserting or updating data is also done using the handler structure known as a ...
https://dev.mysql.com/doc/connectors/en/connector-python-opentelemetry.html
Introduction to OpenTelemetry OpenTelemetry is an observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. A query span is created for each query request sent to the server. Query spans for ... MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial ...
https://dev.mysql.com/doc/connector-python/en/connector-python-example-cursor-transaction.html
The second INSERT depends on the value of the newly created primary key of the first. Note The following example uses tables created in the example Section 5.2, “Creating Tables Using Connector/Python”. We then create a new cursor, by default a ... Inserting or updating data is also done using the handler structure known as a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-opentelemetry.html
Introduction to OpenTelemetry OpenTelemetry is an observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. A query span is created for each query request sent to the server. Query spans for ... MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial ...