Search



Search Results
Displaying 1091 to 1100 of 2266 total results
https://dev.mysql.com/doc/refman/8.4/en/workbench.html
MySQL Workbench may connect to MySQL Server 8.4 and higher but some MySQL Workbench features may not function with those newer server versions. MySQL Workbench provides five main areas of functionality: SQL Development: Enables you to create and ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-certs.html
create certs [--ca|--keys] [--added] cluster_name The command creates all certificate authorities (CAs), keys, and certificate files needed for a cluster to use TLS connections on all hosts in the site. The host with the client connection runs ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-show-status.html
When no option is used, show status reports runtime information from the mcmd to which the client is connected. connected The ndbapi or mysqld process is connected to the cluster. show status show status --cluster|-c cluster_name show status ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-stop-agent-windows.html
You should grant permission to connect to private networks for any of the programs mcmd.exe, ndb_mgmd.exe, ndbd.exe, ndbmtd.exe, or mysqld.exe. To start the MySQL Cluster Manager agent manually on a Windows host, you should invoke mcmd.exe, found ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-what-is-new.html
See Section 4.11, “Using TLS Connections for NDB Clusters” for details. Encrypted connections for agents and clients are now supported by MySQL Cluster Manager. See Section 4.10, “Using Encrypted Connections for MySQL Cluster Manager Agents ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-cipher.html
const char * mysql_get_ssl_cipher(MYSQL *mysql) Description mysql_get_ssl_cipher() returns the encryption cipher used for the given connection to the server. Return Values A string naming the encryption cipher used for the connection, or NULL if ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-thread-id.html
unsigned long mysql_thread_id(MYSQL *mysql) Description Returns the thread ID of the current connection. If the connection is lost and you reconnect with mysql_ping(), the thread ID changes. To get the connection ID, execute a SELECT ...This value ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/introduction.html
NDB Operator provides services that allow for connections of the following two types: Connections to NDB Cluster management nodes by applications which use the MGM API such as ndb_mgm and ndb_config. Connections to NDB Cluster SQL nodes by MySQL ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-5.html
(Bug #37505513) MySQL NDB ClusterJ: The ClusterJ log file only reported the configured, requested node ID for a cluster connection (which was often zero). With this fix, after a connection has been established, ClusterJ reports the actual assigned ... MySQL NDB Cluster 8.4.5 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-18.html
Version 8.0.18 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #29898567, Bug #95741) For a replication setup, when the ...It is suitable for use with MySQL Server versions 8.0, 5.7, and ...
Displaying 1091 to 1100 of 2266 total results