Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-configuration-file.html
                                A sample configuration file is provided with the MySQL Cluster Manager distribution at mcmd8.4.6/doc/sample_mcmd.conf. The format of the configuration file follows that of the MySQL Router configuration file; see Configuration File Syntax for an ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-example.html
                                 As discussed previously (see Section 4.5.1, “Importing a Cluster Into MySQL Cluster Manager: Basic Procedure”), importing a standalone or “wild” cluster that was not created with MySQL Cluster Manager into the manager requires the ...The ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-client-register-plugin.html
                                 struct st_mysql_client_plugin * mysql_client_register_plugin(MYSQL *mysql, struct st_mysql_client_plugin *plugin) Description Adds a plugin structure to the list of loaded plugins. Specify the arguments as follows: mysql: A pointer to a MYSQL ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-create-db.html
                                 int mysql_create_db(MYSQL *mysql, const char *db) Description Creates the database named by the db parameter. Use mysql_real_query() or mysql_query() to issue an SQL CREATE DATABASE statement instead. CR_SERVER_LOST The connection to the server was ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-drop-db.html
                                 int mysql_drop_db(MYSQL *mysql, const char *db) Description Drops the database named by the db parameter. Use mysql_real_query() or mysql_query() to issue an SQL DROP DATABASE statement instead. Example if(mysql_drop_db(&mysql, "my_database")) ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-option.html
                                 int mysql_get_option(MYSQL *mysql, enum mysql_option option, const void *arg) Description Returns the current value of an option settable using mysql_options(). For MYSQL_OPT_MAX_ALLOWED_PACKET, it is possible to set a session or global maximum ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-shutdown.html
                                 int mysql_shutdown(MYSQL *mysql, enum mysql_enum_shutdown_level shutdown_level) Description Note mysql_shutdown() is deprecated and will be removed in a future version of MySQL. MySQL servers support only one type of shutdown; shutdown_level must ...CR_SERVER_LOST The connection to the server was lost during the ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-sqlstate.html
                                 const char * mysql_sqlstate(MYSQL *mysql) Description Returns a null-terminated string containing the SQLSTATE error code for the most recently executed SQL statement. SQLSTATE values returned by mysql_sqlstate() differ from MySQL-specific error ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-7.html
                                 Note These release notes were created with the assistance of MySQL HeatWave GenAI. Version 8.4.7 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster Manager. It is suitable for use with MySQL NDB Cluster 8.4, 8.0, and ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-5.html
                                 MySQL Enterprise Backup 8.4.5 is the latest release for the MySQL Enterprise Backup 8.4 LTS series. Functionality Added or Changed Important Change: For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL ...