Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-collections-basic-crud.html
The following example shows the basic usage of CRUD operations (see Section 4.3, “Collection CRUD Function Overview” for more details) when working with documents: After establishing a connection to a MySQL Server instance, a new collection that ... Working with collections of documents is straightforward when using X ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-export-query-permissions.html
Required Privileges to Export Query Results Ask the admin user to grant you the EXPORT_QUERY_RESULTS privilege. Replace user_name and database_name in the following command with the appropriate user name and database name. mysql>GRANT ...See Object ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-classification-generate-explanation.html
Query the model_explanation column from the model catalog and define the model handle previously created. For the option to set the user name, you can set it to NULL. The following example runs ML_EXPLAIN_TABLE on the testing dataset previously ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-regression-explanations.html
Query the model_explanation column from the model catalog and define the model handle previously created. mysql> SELECT JSON_PRETTY(model_explanation) FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle='regression_use_case'; ... After training a ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-scoring-an-anomaly-detection-model.html
For the option to set the user name, you can set it to NULL. The following example runs ML_SCORE on the testing dataset previously created. For the option to set the user name, you can set it to NULL. The following example runs ML_SCORE on the ...
https://dev.mysql.com/doc/relnotes/heatwave/en/preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ... This document contains release notes for the changes in each release of MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-dbsystem-privatelink.html
See Creating a Query PrivateLink, and knowledge of its private hostname, which is displayed as Hostname on the PrivateLink Details page and as PrivateLink Hostname on the MySQL DB System Details page in the HeatWave Console. For example, run a mysql ... Connecting to a DB System With a PrivateLink 6.1.4 Connecting to a DB System With a PrivateLink Connect to a DB System in MySQL HeatWave on AWS with a PrivateLink using a MySQL clients (for example, mysqlor MySQL Shell) or MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ... This document contains release notes for the changes in each General Availability release of MySQL Operator for ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-metadata.html
Default Value false Since Version 3.1.8 useHostsInPrivileges Add '@hostname' to users in 'DatabaseMetaData.getColumn/TablePrivileges()'. getProceduresReturnsFunctions Pre-JDBC4 'DatabaseMetaData' API has only the 'getProcedures()' and ...