Search



Search Results
Displaying 301 to 310 of 1337 total results
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/faqs-tablespace-encryption.html
How do I change (rotate, re-key) the master encryption key? A.17.15. It uses Electronic Codebook (ECB) block encryption mode for tablespace key encryption and Cipher Block Chaining (CBC) block encryption mode for data encryption. However, the ...Is ...
https://dev.mysql.com/doc/refman/8.4/en/insert.html
| TABLE table_name | VALUES row_constructor_list } [ON DUPLICATE KEY UPDATE assignment_list] value: {expr | DEFAULT} value_list: value [, value] ... INSERT with an ON DUPLICATE KEY UPDATE clause enables existing rows to be updated if a row to be ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
Options for information such as SSL certificate and key files are used to establish an encrypted connection if such connections are available, but do not enforce any requirement that the connection obtained be encrypted. int mysql_options(MYSQL ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-predict-table.html
The output table includes a primary key: If the input table has a primary key, the output table has the same primary key. If the input table does not have a primary key, the output table has a new primary key column that auto increments. The input ... ML_PREDICT_TABLE generates predictions for an entire table of unlabeled ...
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
Error number: 1023; Symbol: HW_ER_UNSUPPORTED_TYPE_IN_GBY Message: Expression, [%s], in GROUP BY key list is not supported. Description: The specified data type is not supported in the GROUP BY key list. If there are precision issues, consider ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-data-load-prerequisites.html
You can manually convert tables by using the following ALTER TABLE statement: mysql> ALTER TABLE tbl_name ENGINE=InnoDB; The tables you intend to load must be defined with a primary key. You can add a primary key using the following syntax: mysql> ... This topic describes how to prepare your data for loading into MySQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-error-messages.html
Error number: ML003016; SQLSTATE: HY000 Message: Missing argument \"row_json\" in input JSON -> dict_keys(['%', '%']). Example: ERROR HY000: ML003016: Missing argument \"row_json\" in input JSON -> dict_keys(['operation', 'user_name', 'table_name', ... Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message Sources and ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-system-variables.html
These variables are unavailable unless the appropriate keyring plugin is installed (see Section 8.4.4.3, “Keyring Plugin Installation”). keyring_aws_cmk_id Command-Line Format --keyring-aws-cmk-id=value System Variable keyring_aws_cmk_id Scope ...Thus, for any other region, this variable must be set ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-what-is-new.html
NDB implements a new tool ndb_sign_keys which can be used to create and manage CA, certificate files, and keys. You can generate a set of keys and certificates for all nodes in a cluster with a given configuration file using ndb_sign_keys ... What ...
Displaying 301 to 310 of 1337 total results