Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-limitations.html
The model catalog schema created by the ML_TRAIN procedure incorporates the user name in the schema name (for example., ML_SCHEMA_joesmith), and a period is not a permitted schema name character. Account Name Limitations The ML_TRAIN routine does ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-quality.html
@score is the user-defined session variable that stores the computed score. Any valid name for a user-defined variable is permitted, for example @my_score. Review Machine Learning Use Cases to create machine learning models with sample datasets.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mysql-ai-platforms.html
See Creating SSL and RSA Certificates and Keys if you want to configure encrypted communication with the MySQL AI components using your own certificates and keys. Possible measures that can be taken include: Disallow certain users (for example, the ...You have TLS certificates and keys that satisfy the MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/index-page-merge-threshold.html
Setting MERGE_THRESHOLD for a Table You can set the MERGE_THRESHOLD value for a table using the table_option COMMENT clause of the CREATE TABLE statement. row *************************** INDEX_ID: 91 NAME: id_index TABLE_ID: 68 TYPE: 0 N_FIELDS: 1 ...If the “page-full” percentage for an index page falls below the MERGE_THRESHOLD value when a row is deleted or when a row is shortened by an UPDATE operation, InnoDB attempts to merge the index page with a neighboring index ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
You can also create custom listeners to allow trace messages to be written to other destinations as mobile devices and web services. The first thing you need to do is create a suitable app.config file for your application. mysql Information: 1 : 1: ... The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-stored-procedures.html
Before working through this tutorial, familiarize yourself with the CREATE PROCEDURE and CREATE FUNCTION statements that create different kinds of stored routines. For the purposes of this tutorial, you will create a simple stored procedure to see ...Putting database-intensive operations into stored procedures lets you define an API for your database ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-stored-procedures.html
Before working through this tutorial, familiarize yourself with the CREATE PROCEDURE and CREATE FUNCTION statements that create different kinds of stored routines. For the purposes of this tutorial, you will create a simple stored procedure to see ...Putting database-intensive operations into stored procedures lets you define an API for your database ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-parallel-load-overview.html
mysql> GRANT SELECT ON performance_schema.* TO 'user_name'@'%'; About Lakehouse Auto Parallel Load Schema Inference Lakehouse Auto Parallel Load includes schema inference, and uses it in one of two ways: Lakehouse Auto Parallel Load analyzes the ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-learn-with-genai.html
For every major MySQL release, NL2ML creates a new vector store from the MySQL HeatWave User Guide documentation. After creating each new vector store, the old vector store gets deleted. Due to the creation of vector stores, some NL2ML calls may ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-bulk-ingest-feature.html
Do the following to bulk ingest data to a DB System: Create an IAM policy to access the Amazon S3 bucket. See Creating an IAM Policy to Access an Amazon S3 Bucket. Create an IAM role that grants the DB System access to read data from the desired ...