Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
Version 8.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.3.0 supersedes 8.2 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It supports the Java Database ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-0-0.html
Version 9.0.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 9.0.0 supersedes 8.4 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It supports the Java Database ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration.html
MySQL Router is configured using a required configuration file, additional optional configuration files, and options available from the command line. Bootstrapping is the preferred and common approach to generating a MySQL Router configuration file. For command-line syntax related information and options, see Section 4.3.1, “Defining Options Using the Command ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-basic-routing.html
The Connection Routing plugin performs connection-based routing, meaning it forwards packets to the server without inspecting them. For additional general information about connection routing, see Section 1.3, “Connection Routing”. These and ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-bootstrapping.html
mysql> select @@port; +--------+ | @@port | +--------+ | 3310 | +--------+ 1 row in set (0.00 sec) For additional examples, see Set Up a MySQL Server Sandbox and Deploying a Production InnoDB Cluster. Here is a brief example to demonstrate how ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-features-connection-routing.html
Connection routing means redirecting MySQL connections to an available MySQL server. For an example deployment using basic connection routing, see Section 3.3, “Basic Connection Routing”. Applications connect to MySQL Router and not directly to ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-preface.html
If you are using a Commercial release of MySQL Router, see MySQL Router Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this Commercial ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-starting.html
Although Router searches a predetermined list of default paths for the configuration file, it is common to start Router by passing in a configuration file with the --config option. The process of configuring MySQL Router to automatically start when ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-classification-generate-prediction.html
To generate predictions, use the sample data from the testing_data dataset. Even though the table has labels for the Approved target column, the column is not considered when generating predictions. This allows you to compare the predictions to the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-classification-train.html
After preparing the data for a classification model, you can train the model. Before You Begin Review and complete all the tasks to Prepare Data for a Classification Model. Training the Model Train the model with the ML_TRAIN routine and use the ...