Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-generate.html
The ML_GENERATE routine uses the specified large language model (LLM) to generate text-based content as a response for the given natural-language query. As of MySQL 9.4.1, the ML_GENERATE lets you generate text-based responses for queries ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-autopilot-shape-advisor-sql.html
Autopilot Shape Advisor with a MySQL Client 17.3.2 Autopilot Shape Advisor with a MySQL Client Auto Shape Prediction records predictions in the shape_predictions table in the mysql_autopilot schema on the MySQL server. This is a system schema that ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-session.html
sessionVariables A comma or semicolon separated list of "name=value" pairs to be sent as "SET [SESSION] ..." to the server when the driver connects. Since Version 3.1.8 characterEncoding Instructs the server to set session system variables ...
https://dev.mysql.com/doc/connector-j/en/connector-j-fractional-seconds.html
While a java.sql.TIME instance, according to the JDBC specification, is not supposed to contain fractional seconds by design, because java.sql.TIME is a wrapper around java.util.Date, it is possible to store fractional seconds in a java.sql.TIME ...
https://dev.mysql.com/doc/connector-j/en/connector-j-opentelemetry.html
OpenTelemetry is a set of APIs, libraries, agents, and instrumentation to provide observability for applications and their interactions with one another. It enables developers to instrument their code so that they can export observability data ...
https://dev.mysql.com/doc/connector-j/en/connector-j-properties-changed.html
A complete list of Connector/J 9.4 connection properties are available in Section 6.3, “Configuration Properties”. The following are connection properties that have been changed (removed, added, have their names changed, or have their default ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
https://dev.mysql.com/doc/connector-j/en/connector-j-session-state-tracker.html
Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. The reception of the information is enabled by setting the Connector/J connection property trackSessionState ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
Connector/J provides a useful load-balancing implementation for MySQL Cluster or multi-source deployments, as explained in Section 9.3, “Configuring Load Balancing with Connector/J” and Support for Multiple-Source Replication Topographies. This ...