Search



Search Results
Displaying 641 to 650 of 2034 total results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
This enables groups of queries on the same connection to be identified. The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace information. Switch - This defines the level of trace information to ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-handles.html
The following example queries the model handle, the model owner, and the name of the training table from the model catalog table. When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model handle. If you ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-nl2ml.html
Use this routine to ask general questions about MySQL HeatWave AutoML and to generate AutoML queries you can copy and run. MySQL 9.4.0 introduces the NL2ML (natural language to machine learning) routine, which provides step-by-step guidelines on ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-31.html
MySQL HeatWave AutoML Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave AutoML queries are now monitored and recorded in the Performance Schema tables rpd_query_stats and rpd_exec_stats. Where a single MySQL HeatWave AutoML query ...(WL #15243) New functions have been added to MySQL HeatWave AutoML to help you manage models: When you run the ML_TRAIN routine on a training dataset, you can now specify a model handle to use for the model instead of the generated ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-privatelink-details.html
PrivateLink Details 6.3.5.1 PrivateLink Details The PrivateLink Details page has the following tabs: Table 6-3 Tabs on the PrivateLink Details Page Name Description Details Details of the PrivateLink. Endpoints (for Egress PrivateLinks only) ...
https://dev.mysql.com/doc/refman/8.4/en/charset-collation-implementations.html
MySQL implements several types of collations: Simple collations for 8-bit character sets This kind of collation is implemented using an array of 256 weights that defines a one-to-one mapping from character codes to weights. It is a case-insensitive ...
https://dev.mysql.com/doc/refman/8.4/en/correlated-subqueries.html
A correlated subquery is a subquery that contains a reference to a table that also appears in the outer query. For example: SELECT * FROM t1 WHERE column1 = ANY (SELECT column1 FROM t2 WHERE t2.column2 = t1.column2); Notice that the subquery ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-ndb-comment-options.html
NDB_COLUMN Options NDB_TABLE Options It is possible to set a number of options specific to NDB Cluster in the table comment or column comments of an NDB table. Table-level options for controlling read from any replica and partition balance can be ...
https://dev.mysql.com/doc/refman/8.4/en/data-dictionary-usage-differences.html
As of MySQL 8.4, data dictionary tables are invisible and cannot be modified or queried directly. However, in most cases there are corresponding INFORMATION_SCHEMA tables that can be queried instead. INFORMATION_SCHEMA tables in MySQL 8.4 are ...
https://dev.mysql.com/doc/refman/8.4/en/grant.html
For example: CREATE USER 'jeffrey'@'localhost' IDENTIFIED BY 'password'; GRANT ALL ON db1.* TO 'jeffrey'@'localhost'; GRANT SELECT ON db2.invoice TO 'jeffrey'@'localhost'; ALTER USER 'jeffrey'@'localhost' WITH MAX_QUERIES_PER_HOUR 90; From the mysql ...[WITH GRANT OPTION] [AS user [WITH ROLE DEFAULT | NONE | ALL | ALL EXCEPT role [, role ] ...
Displaying 641 to 650 of 2034 total results