Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationreplica-category.html
                                Init Replica A string to be executed by a replica server each time the SQL thread starts. The format of the string is the same as for the init_connect variable.  Lists the Replication Replica configuration metrics and provides a brief description of ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-event-handling-snmp-settings.html
                                 The SNMP Settings section enables you to define the SNMP trap configuration, such as SNMP version, SNMP targets, and so on. Figure 22.5 SNMP Settings section The SNMP Settings section contains the following controls: Table 22.5 SNMP Settings ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ssl-installation.html
                                For example: file:///Applications/mysql/enterprise/agent/etc/mykeystore ssl-ca-keystore-password Values: String SSL connection between agent and MySQL instance.  Important The self-signed certificates are generated by the MySQL Enterprise Monitor ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/database-connection-example.html
                                The connection parameters can be specified as either a URI type string, for example user:@localhost:33060, or as a data dictionary, for example {user: myuser, password: mypassword, host: example.com, port: 33060}. See Connecting to the Server Using ... The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/database-connection-example.html
                                The connection parameters can be specified as either a URI type string, for example user:@localhost:33060, or as a data dictionary, for example {user: myuser, password: mypassword, host: example.com, port: 33060}. See Connecting to the Server Using ... The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-arithmetic-operators.html
                                All arithmetic operators are supported with variable-length encoded string columns, see Section 5.8.1.4, “Encoding String Columns”. 
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask.html
                                 The app_task routine returns information about a single application task. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.app_task( IN 'app_user_id' VARCHAR(255), IN 'task_id' ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-incremental-load.html
                                 Available as of MySQL 9.0.0, Lakehouse Incremental Load allows you to refresh the data in an external table. This topic contains the following sections: Before You Begin Refresh Data Overview Perform Initial Load Refresh Data What's Next Before You ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-query-runtimes.html
                                 This topic describes how you can view MySQL HeatWave query runtimes and runtime estimates using the MySQL HeatWave Autopilot Advisor Auto Query Time Estimation feature, or by querying the performance_schema.rpd_query_stats table. Runtime data is ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-rpd-ml-stats-table.html
                                input_size_bytes The cumulative size in bytes of all input string/document invocations ingested by the MySQL HeatWave GenAI routine. context_size_bytes The size in bytes of the context string referenced when generating the response.  Note The ...