Search



Search Results
Displaying 361 to 370 of 1337 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-encryption-options.html
--key=STRING Command-Line Format --key=KEY Type String The symmetric key for encryption and decryption of a backup image. It should be a 256-bit key, encoded as a string of 64 hexadecimal digits. See Chapter 10, Encryption for Backups on how to ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encrypted-innodb.html
For details on how the MySQL server encrypts and decrypts InnoDB tablespaces, see InnoDB Data-at-Rest Encryption—it explains concepts like master key and tablespace keys, which are important for understanding how MySQL Enterprise Backup works with ...Encrypted InnoDB undo logs and Encrypted InnoDB redo logs are supported by MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-chat.html
vector_store_columns: optional parameter which specifies column names for finding relevant vector and embedding tables for context retrieval as key-value pairs in JSON format. It can include the following parameters: JSON_OBJECT('segment', ... The ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain-table.html
The output table includes a primary key: If the input table has a primary key, the output table will have the same primary key. If the input table does not have a primary key, the output table will have a new primary key column that auto increments.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-import.html
The table to import should have the following columns, and their recommended parameters: chunk_id: INT AUTO_INCREMENT PRIMARY KEY model_object: LONGTEXT NOT NULL model_metadata: JSON DEFAULT NULL See Model Metadata. The model_metadata corresponding ... Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
To allow client authentication, the client connecting to the server must have its own set of keys and an SSL certificate. Some MySQL server builds are able to generate SSL keys and certificates for communication encryption, including a certificate ... The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER SSL/TLS Options for ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN configuration. ssl-key SSL Key - Alias of SSLKEY as an eventual replacement; added in v8.0.29. SSLKEY SSL Key - The name of the SSL key file to use for ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN configuration. ssl-key SSL Key - Alias of SSLKEY as an eventual replacement; added in v8.0.29. SSLKEY SSL Key - The name of the SSL key file to use for ...
https://dev.mysql.com/doc/internals/en/implementing-index-read-method.html
The [custom-engine.html#custom-engine-api-reference-index_read index_read()] method is used to retrieve a row based on a key: int ha_foo::index_read(byte * buf, const byte * key, ulonglong keypart_map, enum ha_rkey_function find_flag) The *buf ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-operations.html
You can find an existing row in an NDB table using the Session's find() method, like this: Employee theEmployee = session.find(Employee.class, 988); This is equivalent to the primary key lookup query SELECT * FROM employee WHERE id = 988. The find() ...To insert a new row into the table, first create a new instance of ...
Displaying 361 to 370 of 1337 total results