Search Results
                    
                    
            https://dev.mysql.com/doc/heatwave/en/mys-hw-debugging-queries.html
                                row *************************** id: 1 select_type: SIMPLE table: flightschedule partitions: NULL type: ALL possible_keys: NULL key: NULL key_len: NULL ref: NULL rows: 9828 filtered: 100 Extra: NULL 1 row in set, 1 warning (0.2389 sec) Execute the ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-security.html
                                 paranoid Take measures to prevent exposure sensitive information in error messages and clear data structures holding sensitive data when possible? Default Value false Since Version 3.0.1 serverRSAPublicKeyFile File path to the server RSA public key ...Default Value false Since Version 5.1.31 sslMode By default, network connections are SSL encrypted; this property permits secure connections to be turned off, or a different levels of security to be ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/audit-api-message-emit.html
                                audit_api_message_emit_udf(component, producer, message[, key, value] ...) Adds a message event to the audit log. Message events include component, producer, and message strings of the caller's choosing, and optionally a set of key-value pairs. key, ... The audit_api_message_emit component enables applications to add their own message events to the audit log, using the audit_api_message_emit_udf() ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/json-search-functions.html
                                A candidate object is contained in a target object if and only if for each key in the candidate there is a key with the same name in the target and the value associated with the candidate key is contained in the value associated with the target key. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/loadable-function-reference.html
                                 The following table lists each function that is loadable at runtime and provides a short description of each one. For a table listing built-in functions and operators, see Section 14.1, “Built-In Function and Operator Reference” For general ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-list-certs.html
                                 list certs [--active|-A] [--all|-a] [--retired|-r] cluster_name The command lists the files created by the create certs command for the MySQL NDB Cluster named cluster_name. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-last-insert-id.html
                                 getGeneratedKeys() is the preferred method to use if you need to retrieve AUTO_INCREMENT keys and through JDBC; this is illustrated in the first example below. On the other hand, the getGeneratedKeys() method is scoped by the Statement instance, so ...The second example shows how you can retrieve the same value using a standard SELECT LAST_INSERT_ID() ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-security-category.html
                                It controls whether the server autogenerates SSL key and certificate files in the data directory, if they do not already exist. Caching Sha2 Password Private Key Path The path name of the RSA private key file for the caching_sha2_password ... Lists ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-airportdb-quickstart.html
                                $> scp -v -i ssh-key.key airport-db.zip opc@ComputeInstancePublicIP:/home/opc/ Replace the following: ssh-key.key: The full file path to the SSH key file (.key) for the compute instance. $> ssh -i ssh-key.key opc@computeInstancePublicIP Replace the ... The MySQL HeatWave airportdb Quickstart shows how to import data into the DB System using the MySQL Shell Dump Load utility, loading data into MySQL HeatWave Cluster using Auto Parallel Load, and running ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-unload-syntax.html
                                mysql> CALL sys.HEATWAVE_UNLOAD_all ([options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ["only_user_loaded_tables",{true|false}] ["output",{"normal"|"silent"}] } } Auto Unload Syntax for MySQL 8.3.0-u2 and Earlier ...This adds an include list to exactly specify the tables to unload, which eliminates the need to include a database and exclude unnecessary ...