Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-import.html
Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Share a Model. ML_MODEL_IMPORT Overview ML_MODEL_IMPORT Syntax ML_MODEL_IMPORT Parameters Syntax ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-sharing.html
This topic describes how to grant other users access to a model you create. Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required Privileges Import Shared Model Run AutoML Routines on Imported Model What's ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-lakehouse-data-mapping.html
Creating Lakehouse Mapping 9.2 Creating Lakehouse Mapping For MySQL HeatWave Lakehouse to process data in Amazon S3, it needs to first map the data in files on S3 to a MySQL HeatWave Lakehouse table. Once the S3 data is provided, the schema for the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-performance-extensions.html
callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
Connector/J will then use that setting, if characterEncoding and connectionCollation have not been set in the connection string. This section explains the symptoms and resolutions for the most commonly encountered issues with applications using ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
(Before this change, the server must have character_set_server=utf8mb4 for Connector/J to use that character set.) Also, if the connection property connectionCollation is also set and is incompatible with the value of characterEncoding, ... Version ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
(Bug #29384853) The collation utf8mb4_zh_0900_as_cs has been added to the CharsetMapping class. Version 8.0.16 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
(WL #13125) Added support for the utf8mb4_0900_bin collation, which is now supported by MySQL Server 8.0.17. Version 8.0.17 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server ...
https://dev.mysql.com/doc/refman/9.7/en/ansi-diff-foreign-keys.html
For example, if you define a RESTRICT type constraint, and there is a child row with several parent rows, InnoDB does not permit the deletion of any of the parent rows. This means that you cannot use self-referential ON UPDATE CASCADE or ON UPDATE ...
https://dev.mysql.com/doc/refman/9.7/en/charset-conversion.html
Note ALTER TABLE statements which make changes in table or column character sets or collations must be performed using ALGORITHM=COPY. To convert a binary or nonbinary string column to use a particular character set, use ALTER TABLE. For successful ...