Search Results
https://dev.mysql.com/doc/relnotes/mysql-router/8.4/en/preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ... This document contains release notes for the changes in MySQL Router ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-1-0.html
With this patch, a new connection property, fipsCompliantJsse, is created for users to instruct Connector/J not to use its custom TrustManager implementation. Additionally new connection properties are created for users to specify the security ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #38044940) A java.sql.Time instance created from a negative millisecond value, when inserted into a database via using a PreparedStatement, lost its fractional ...MySQL Connector/J 9.4.0 supersedes 9.3 and is recommended for use on production ...
https://dev.mysql.com/doc/relnotes/connector-j/en/preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ... This document contains release notes for the changes in each release of MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-innodb-cluster.html
Because the optional --directory bootstrap option was used, this example creates a self-contained installation with all generated directories and files at /opt/myrouter/. Only the host's system user named snoopy will have access to /opt/myrouter/*.
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-rejoin.html
Follow this procedure to rejoin an InnoDB Cluster to the InnoDB ClusterSet: Using MySQL Shell, connect to any member server in the primary cluster or in one of the replica clusters, using an InnoDB Cluster administrator account (created with ... If ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-application-log.html
The function shell.create_context can be used in MySQL Shell's Python mode to support multithreading by Python programs. The function is used inside a new Python thread to create a scope which isolates logging, interrupts, and delegates. The context ... You can use MySQL Shell's logging feature to verify the state of MySQL Shell while it is running and to troubleshoot any ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/use-mysql-shell-execute-script.html
This enables you to automate processes using AdminAPI with scripts written in JavaScript or Python, which can be run using MySQL Shell's --file option. For example: $> mysqlsh --file setup-innodb-cluster.js Note Any command line options specified ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-classification-generate-explanation.html
Query the model_explanation column from the model catalog and define the model handle previously created. For the option to set the user name, you can set it to NULL. The following example runs ML_EXPLAIN_TABLE on the testing dataset previously ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-regression-explanations.html
Query the model_explanation column from the model catalog and define the model handle previously created. mysql> SELECT JSON_PRETTY(model_explanation) FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle='regression_use_case'; ... After training a ...