Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-constants.html
                                The default means that the automatic reconnection due to network failures is disabled. 4.3.1.14.19 DEFAULT_PROPERTY_MGM_STRICT_TLS public static final int DEFAULT_PROPERTY_MGM_STRICT_TLS = 0; The default value of the MGM TLS level property ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-basic.html
                                 This example shows the basics of handling event logging using the MGM API. The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/mgmapi_logevent/main.cpp. 
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-dual.html
                                 This example shown in this section illustrates the handling of log events using the MGM API on multiple clusters in a single application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
                                 This section provides information about MGM API functions that are used to initiate, configure, and terminate connections to an NDB management server. ndb_mgm_get_connectstring() ndb_mgm_get_configuration_nodeid() ndb_mgm_get_connected_port() ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-types.html
                                 This section provides information about the data types defined by the MGM API. The types described in this section are all defined in the file /storage/ndb/include/mgmapi/mgmapi.h, with the exception of Ndb_logevent_type, ndb_mgm_event_severity, ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
                                 This section provides information about the Ndb_cluster_connection class, which models a connection by a management server (ndb_mgmd) to a set of data nodes. The application connects to a cluster management server when this object's connect() ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
                                 Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
                                 Functionality Added or Changed Bugs Fixed Functionality Added or Changed On macOS, the official supported Protobuf version is versions before 3.12.0. (Bug #31390263) Implemented context managers to define the runtime context to establish when ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-qanal-using-performance-schema.html
                                 Query Analyzer data is automatically collected and displayed by monitoring MySQL Server 5.6.14 or greater, using the Performance Schema Statement Digests feature (Performance Schema Statement Digests and Sampling) added in MySQL 5.6. Note It is not ...
                                            
                https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configuration-file.html
                                 Upon the completion of the deployment described in this guide, the MySQL configuration file (/etc/my.cnf) contains these configuration settings: [mysqld] datadir=/usr/local/mysql/data socket=/tmp/mysql.sock port=3306 ...