Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-26.html
Version 8.0.26 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, 5.7, and 5.6. (Bug #32435618, Bug #102404) Connector/J can now establish connections for ...It ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-3-0.html
Version 9.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 9.3.0 supersedes 9.2 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. (Bug #20802830) When using a ...It ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
CommunicationOpened Connection 8 INFO Node mgm_node_id: Node api_node_id: API version The API node having node ID api_node_id has connected to management node mgm_node_id using NDB API version version (generally the same as the MySQL version number). LCPFragmentCompleted Checkpoint 11 INFO Node node_id: ACC Blocked num_1 and TUP Blocked num_2 times last second Undo logging is blocked because the log buffer is close to ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-sign-keys.html
Management of TLS keys and certificates in implemented in NDB Cluster as the executable utility program ndb_sign_keys, which can normally be found in the MySQL bin directory. --CA-days Command-Line Format --CA-days=# Introduced 8.4.1 Type Integer ...The program performs such functions as creating, signing, and retiring keys and certificates, and normally works as follows: ndb_sign_keys connects to ndb_mgmd and fetches the cluster' ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.1-ndb-8.4.1.html
NDB Client Programs: Added the --CA-days option to ndb_sign_keys to make it possible to specify a certificate's lifetime. (Bug #36568964) NDB now writes a message to the MySQL server log before and after logging an incident in the binary log. (Bug ...It was removed due to a critical issue that could stop the server from restarting following the creation of a very large number of tables (8001 or ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
URI mode follows X DevAPI URI mode: mysqlx_session_t *sess = mysqlx_get_session_from_url( "mysqlx://user:password@host:port/db?compression-algorithms=[lz4,zstd_stream]", &error); Option mode follows the string format used for SessionOption: ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgm.html
To start the management client, it is necessary to supply the host name and port number of the management server: $> ndb_mgm [host_name [port_num]] For example: $> ndb_mgm ndb_mgmd.mysql.com 1186 The default host name and port number are localhost ... The ndb_mgm management client process is actually not needed to run the ...
MySQL Enterprise Backup 8.4 User's Guide :: Chapter 8 Using MySQL Enterprise Backup with Replication
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-replication.html
Backup and restore operations are especially important in systems that use MySQL replication to synchronize data across a source server and a set of replica servers. In a replication configuration, MySQL Enterprise Backup helps you manage images ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
Version 8.0.16 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, 5.7, and 5.6. (Bug #25650912) X DevAPI: Connector/J now supports the ability to send connection ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-26.html
It is possible to connect to Kerberos-authenticated accounts without giving a user name under these conditions: The user has a Kerberos principal name assigned, a MySQL Kerberos account for that principal name exists, and the user has the required ... Deprecation and Removal Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future Connector/C++ ...