Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-session.html
                                Table 4.48 currentTransaction() Parameter Description return the transaction 4.3.1.22.6 deletePersistent(Class<T>, Object) public abstract void deletePersistent(Class<T> cls, Object key); Delete an instance of a class from the database given its ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/sha256-pluggable-authentication.html
                                Important To connect to the server using an account that authenticates with the sha256_password plugin, you must use either a TLS connection or an unencrypted connection that supports password exchange using an RSA key pair, as described later in ...
                                            
                https://dev.mysql.com/doc/internals/en/the-myi-file.html
                                The .MYI file has two parts: the header information and the key values. So the next sub-sections will be "The .MYI Header" and "The .MYI Key Values". The .MYI Header A .MYI file begins with a header, with information about options, about file sizes, ... A .MYI file for a MyISAM table contains the table's ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-context.html
                                find(Function constructor, Object keys, Function(Object error, Object instance[, ...]) callback[, ...]); find(String tableName, Object keys, Function(Object error, Object instance[, ...]) callback[, ...]); Find a specific instance based on a primary ...It contains functions that are executed immediately if called from a session, or when the batch is ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/aggregate-functions.html
                                To sort in reverse order, add the DESC (descending) keyword to the name of the column you are sorting by in the ORDER BY clause. The default is ascending order; this may be specified explicitly using the ASC keyword. An error occurs if any key name ... This section describes aggregate functions that operate on sets of ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/json.html
                                The binary format is structured to enable the server to look up subobjects or nested values directly by key or array index without reading all values before or after them in the document. To display the desired value using mascot as the key, but ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter_keyring.html
                                 The mysqlrouter_keyring utility is a command line application to manage MySQL Router key rings. Keyring commands; all commands also accept --master-key-reader and --master-key-writer instead of --master-key-file. Creates a keyring and ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
                                Notes The certificate, key, and bundle files specified must be readable by root user who installs MySQL AI; adjust their file permissions if needed. The certificate, key, and bundle files must not be passphrase protected. However, the path can also ... The MySQL AI Installer can also be run in command-line mode, without invoking the installation ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-oci-component.html
                                 Note The Oracle Cloud Infrastructure Vault keyring component is included in MySQL Enterprise Edition, a commercial product. component_keyring_oci is part of the component infrastructure that communicates with Oracle Cloud Infrastructure Vault for ...If the global configuration file indicates use of a local configuration file, the component attempts to read its local configuration file from the data ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-parallel-load-syntax.html
                                mysql> CALL sys.HEATWAVE_LOAD(db_list,[options]); db_list: { JSON_ARRAY(["schema_name","schema_name"] ...) } options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ["mode",{"normal"|"dryrun"}] ... MySQL 9.0.0 adds support for ...