Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-restrictions-async-exec.html
Any SQL operation that depends on the return value of the SESSION_USER() or USER() function might behave differently when run asynchronously. This is because MySQL Events are executed by a reserved internal user called event_scheduler, and the ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-lakehouse.html
@bank_model is the name of the user-defined session variable that stores the model handle for the duration of the connection. If you have external data that you want to use with MySQL HeatWave AutoML, you can load it directly from Object Storage ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-viewing.html
mysql> SELECT column FROM ML_SCHEMA_user name.MODEL_CATALOG where model_handle='model_handle'; The following example queries one of the model handles and views the model explanation for that model. The schema is named for the user that created the ... To view the details for the models in your model catalog, query the MODEL_CATALOG ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-models-delete.html
Users that create models or have the required privileges to a model on the MODEL_CATALOG table can delete them. mysql> DELETE FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_id = 3; Where: ML_SCHEMA_user1.MODEL_CATALOG is the fully qualified name of ...Before You Begin Review how to Create a Machine Learning ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-backup-restoring.html
The restored DB System uses the same MySQL Administrator user name and password that was in effect when the backup was created. Note: No administrator user name and password are requested, because the restored DB System uses the same administrator ... Restoring a Backup to a New DB System 18.4 Restoring a Backup to a New DB System When you restore a backup, you create a new DB System and restore the backup to ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-channel-details.html
Inactive: This status is displayed for the following reasons: The Channel is not replicating because the user has disabled it. Possible values are: Manual input: The UUID was user-defined or was generated by the Console. Channel Details 8.7.1 ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-client.html
A MySQL user account on the MySQL DB System to connect with. You can use the MySQL Administrator user that you specified when creating the DB System or a MySQL user account created on the DB System using CREATE USER . To connect to a DB System: ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-shell.html
A MySQL user account on the MySQL DB System to connect with. You can use the MySQL Administrator user that you specified when creating the DB System or a MySQL user account created on the DB System using CREATE USER . To connect to a DB System: ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-host-name-identity-verification.html
--user specifies the user name of the MySQL account to use for connecting to the server. Enabling Host Name Identity Verification 5.5 Enabling Host Name Identity Verification MySQL HeatWave on AWS supports TLSv1.2 and requires that all MySQL client ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-relnotes.html
2024-08-22: MySQL HeatWave Console Home Screen Refreshed The MySQL HeatWave on AWS console now has a new home screen for an enhanced user experience. 2024-02-20: Custom MySQL Configurations Can Now be Created You can now create a custom ... Release ...