Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-12.html
(WL #10544) To simplify the code, the ReadableProperty and ModifiableProperty classes have been consolidated into the RuntimeProperty class. Version 8.0.12 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-18.html
Bugs Fixed A minor code improvement has been put into DatabaseMetaDataUsingInfoSchema.getColumns(). Version 8.0.18 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-22.html
(Bug #31699357, Bug #96309) Using a PreparedStatement to store a Date into a database sometimes resulted in a NullPointerException. Version 8.0.22 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-31.html
(Bug #107222, Bug #34150112) Bugs Fixed X DevAPI: When parsing a string into a JSON string, some escape character sequences were not parsed properly, causing the Server to throw a com.mysql.cj.exceptions.WrongArgumentException when receiving the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
Version 8.0.9 Release Candidate is the first release candidate of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming features. It is suitable for use with MySQL Server versions 5.5, 5.6, 5.7, and 8.0. Components that support ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-setup.html
When bootstrapping, the generated configuration file's settings depend on the bootstrap options passed into mysqlrouter. Configuration file options and command-line options serve different purposes and are documented in separate locations. For ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-using-developing.html
The following gives a better sense of why you may want to use MySQL Router and looks into how it is used from an application's point of view. MySQL Router usage does not require specific libraries or interfaces. Aside from managing the MySQL Router ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
Vector Store --secure-file-priv=filepath: Specify the directory for loading documents into the vector store. The MySQL AI Installer can also be run in command-line mode, without invoking the installation GUI. Install Without Satisfying Minimum ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean.html
Vector Store: Specify the directory for loading documents into the vector store. Installing MySQL AI requires the following steps: Install the MySQL AI installer. Run the MySQL AI installer to install and configure MySQL AI server and tools. The ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-ease-of-use.html
For example, the following call to the ML_PREDICT_TABLE routine generates predictions for a table of input data: CALL sys.ML_PREDICT_TABLE('heatwaveml_bench.census_test', @census_model, 'heatwaveml_bench.census_predictions', NULL); All AutoML ...