Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-fewer-data-nodes.html
                                 Sometimes, you want to transfer data from your cluster to another one that has fewer data nodes—for example, when you want to scale down your cluster or prepare a smaller replica cluster for a replication setup. While the methods described in ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-simple.html
                                 To create a backup, use the backup cluster command with the name of the cluster as an argument, similar to what is shown here: mcm> backup cluster mycluster; +-------------------------------+ | Command result | +-------------------------------+ | ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
                                 This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the replication stream interface. For information about those, see Section 6.2, “C API Prepared Statement Data ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-session-track-get-first.html
                                 int mysql_session_track_get_first(MYSQL *mysql, enum enum_session_state_type type, const char **data, size_t *length) Description MySQL implements a session tracker mechanism whereby the server returns information about session state changes to ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
                                 Version 8.0.33 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. 
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-syntax.html
                                 The configuration file format resembles the traditional INI file format with sections and options, but with a few additional extensions. Comment lines start with a hash (#) or semicolon (;) and continue to the end of the line. Sections Each ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
                                 mysqlrouter Option Summaries mysqlrouter Option Descriptions MySQL Router accepts command line options that are passed into mysqlrouter to affect its behavior, or to bootstrap router based on an InnoDB Cluster. When starting Router, you can ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-introduction.html
                                MySQL AI consists of the following components: MySQL Enterprise Edition for MySQL AI, which contains the following AI components: MySQL Commercial Server AI Engine MySQL AI Plugin MySQL Shell AI Edition, which supports MySQL Shell Workbench. MySQL ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-viewing.html
                                 To view the details for the models in your model catalog, query the MODEL_CATALOG table. Before You Begin Review the following: Create a Machine Learning Model The Model Catalog View Details for Your Models The following example queries model_id, ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-column-id-table.html
                                 The rpd_column_id table provides information about columns of tables that are loaded in the MySQL AI Engine. The rpd_column_id table has these columns: ID A unique identifier for the column. TABLE_ID The ID of the table to which the column belongs.