Search



Search Results
Displaying 3061 to 3070 of 3666 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-30.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. Version 8.0.30 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.
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-sandbox.html
Test a MySQL Router installation by setting up a Router sandbox with InnoDB Cluster. In this case, Router acts as an intermediate node redirecting client connections to a list of servers. If one server fails, clients are redirected to the next ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-source-code.html
To compile the source code, create a folder to contain the compiled binaries and executables, run cmake to create the make file, and then compile the code. For example, macOS builds may need to reference a newer bison executable: $> cmake .. MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-routing-guidelines-examples.html
Production Traffic: Routes remaining sessions to production servers, ensuring stable operation for production workloads. This example configures a Routing Guideline prioritizing local nodes but includes remote nodes as failover options. It routes ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/configuring-parallel-applier.html
Instances support and enable parallel replication applier threads, sometimes referred to as a multi-threaded replica. Using multiple replica applier threads in parallel improves the throughput of both the replication applier and incremental ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-securing.html
For general information on using secure connections with MySQL see Using Encrypted Connections. This section explains how to configure a cluster to use encrypted connections. An additional security possibility is to configure which servers can ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-replicaset.html
Another reason to use InnoDB ReplicaSets is that they allows deployment on unstable or slow networks, while InnoDB Cluster does not. The AdminAPI includes support for InnoDB ReplicaSet, which enables you to administer a set of MySQL instances ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-configuring.html
This section describes the commands which configure MySQL Shell from the interactive code editor. The commands enable you to control the MySQL Shell regardless of the current language being used. For example you can get online help, connect to ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connection-using-parameters.html
For instructions to establish an encrypted connection, see Section 4.3.4, “Using Encrypted Connections”. For instructions to establish a compressed connection, see Section 4.3.8, “Using Compressed Connections”. Attempt to establish an X ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connections.html
MySQL Shell can connect to MySQL Server using both X Protocol and classic MySQL protocol. You can specify the MySQL server instance to which MySQL Shell connects globally in the following ways: When you start MySQL Shell, using the command ...
Displaying 3061 to 3070 of 3666 total results