Search



Search Results
Displaying 281 to 290 of 1337 total results
https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
--get-server-public-key Command-Line Format --get-server-public-key Type Boolean Request from the server the public key required for RSA key pair-based password exchange. For that plugin, the server does not send the public key unless requested. If ...You can use it to check the server's configuration and current status, to create and drop databases, and ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
If on a table, then the delete operation uses a primary key; if on an index, then the operation uses a unique key. In either case, the key_rec must include all columns of the key. The key_row passed to this method defines the primary or unique key ...A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, NdbIndexOperation, or ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encryption.html
The encryption is performed with Advanced Encryption Standard (AES) block cipher in CBC mode, with a key string of 64 hexadecimal digits supplied by the user. Supply the key to mysqlbackup with the --key option, or paste the key into a key file and ... In order to enhance security for backed up data, MySQL Enterprise Backup provides encryption for single-file ...
https://dev.mysql.com/doc/refman/8.4/en/cache-index.html
| tbl_name PARTITION (partition_list) } IN key_cache_name tbl_index_list: tbl_name [{INDEX|KEY} (index_name[, index_name] ...)] partition_list: { partition_name[, partition_name] ... | ALL } The CACHE INDEX statement assigns table indexes to a ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbxfrm.html
--decrypt-key=key, -K key Command-Line Format --decrypt-key=key Decrypts a file encrypted by NDB using the supplied key. --decrypt-key-from-stdin Command-Line Format --decrypt-key-from-stdin Decrypts a file encrypted by NDB using the key supplied ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
Single-host connections adding host-specific properties: In this case, the host is defined as a succession of key=value pairs. Keys are used to identify the host, the port, as well as any host-specific properties. There are two alternate formats for ... This section explains the syntax of the URLs for connecting to ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-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. As of MySQL ... ML_PREDICT_TABLE generates predictions for an entire table of unlabeled data and saves the results to an output ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html
Single-host connections adding host-specific properties: In this case, the host is defined as a succession of key=value pairs. Keys are used to identify the host, the port, as well as any host-specific properties. There are two alternate formats for ... This section explains the syntax of the URLs for connecting to ...
https://dev.mysql.com/doc/refman/8.4/en/alter-instance.html
ALTER INSTANCE instance_action instance_action: { | {ENABLE|DISABLE} INNODB REDO_LOG | ROTATE INNODB MASTER KEY | ROTATE BINLOG MASTER KEY | RELOAD TLS [FOR CHANNEL {mysql_main | mysql_admin}] [NO ROLLBACK ON ERROR] | RELOAD KEYRING } ALTER ...The ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-row-format.html
The B-tree index that represents an entire table is known as the clustered index, which is organized according to the primary key columns. The nodes of a secondary index structure contain the values of index columns and primary key columns. This ...
Displaying 281 to 290 of 1337 total results