Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-auto-parallel-load-task.html
mysql> CALL sys.HEATWAVE_LOAD( '[{"db_name": "db_1", "tables": [{ "table_name": "table_1", "engine_attribute": { "file": [{"uri": "oci://bucket_1@tenant_1/data_file_1.csv"}] } }] }]', NULL); While you can specify all parameters in one command, it ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-export.html
MySQL 9.0.0 also introduces support for large models that changes how MySQL HeatWave AutoML stores models. If you use ML_MODEL_IMPORT to import an exported model into a different DB System, the results depend on the MySQL version: If the DB System ...Use this routine to export a model from the model catalog to a user defined ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-refreshing-lakehouse-data.html
Refreshing Lakehouse Data 9.3 Refreshing Lakehouse Data The MySQL HeatWave Lakehouse tables contain a snapshot of your data in Amazon S3 at the time you loaded the data into your MySQL HeatWave Cluster. If the data has been altered or removed ...In ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign-overview.html
Sign-up Overview 2.2.1 Sign-up Overview The sign-up process for MySQL HeatWave on AWS consists of the following major steps Create an Oracle Cloud Free Tier Account, if you do not already have one. Enable the MySQL HeatWave on AWS service in your ...You can monitor your free cloud credit balance in the Oracle Cloud console; see Monitor the Credit Balance for Your Free Oracle Cloud Promotion for more ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-connection.html
connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables ...Setting ...
https://dev.mysql.com/doc/refman/8.4/en/account-names.html
MySQL account names consist of a user name and a host name, which enables creation of distinct accounts for users with the same user name who connect from different hosts. In most respects, account names are similar to MySQL role names, with some ...This section describes the syntax for account names, including special values and wildcard ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table-partition-operations.html
ALGORITHM=1 causes the server to use the same key-hashing functions as MySQL 5.1 when computing the placement of rows in partitions; ALGORITHM=2 means that the server employs the key-hashing functions implemented and used by default for new KEY ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
For best security, write the audit log to a directory accessible only to the MySQL server and to users with a legitimate reason to view the log. Enabling the Audit Log Flush Task MySQL Enterprise Audit provides the capability of setting a refresh ...
https://dev.mysql.com/doc/refman/8.4/en/charset-configuration.html
The MySQL server has a compiled-in default character set and collation. For example, to specify a directory to be used by MySQL client programs, list it in the [client] group of your option file. The examples given here show what the setting might ...To change these defaults, use the --character-set-server and --collation-server options when you start the ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode.html
MySQL supports these Unicode character sets: utf8mb4: A UTF-8 encoding of the Unicode character set using one to four bytes per character. Note utf8 is expected in a future version of MySQL to become an alias for utf8mb4. Note The utf8mb3 character ... The Unicode Standard includes characters from the Basic Multilingual Plane (BMP) and supplementary characters that lie outside the ...