Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-fractional-seconds.html
However, when Connector/J inserted a java.sql.TIME into the server as a MySQL TIME value, the fractional seconds were always truncated. While a java.sql.TIME instance, according to the JDBC specification, is not supposed to contain fractional ...
https://dev.mysql.com/doc/connector-j/en/connector-j-query-attributes.html
Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
https://dev.mysql.com/doc/connector-j/en/connector-j-WebAuthn-authentication.html
In either case, issue the following command (additional command options to connect to the right server might be needed): $ mysql --user=johndoe --password1 --register-factor=2 Enter password: <type "s3cr3t"> Please insert FIDO device and follow the ... Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/connector-j/en/connector-j-YEAR.html
Connector/J follows the same rules that govern how values are inserted by a mysql client; see explanations in The YEAR Type for details. How a value in a MySQL YEAR column is handled is controlled by the connection property yearIsDateType: If ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-rotate-log.html
rotate log [{--hosts=|-h }host_list] [site_name] host_list: host[,host[,...]] Rotate mcmd logs for the connected MySQL Cluster Manager agent, for agents running on certain hosts, or for agents on all hosts in a management site.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-mcmd.html
You can comment out a line by inserting a leading hash character (#). Invoking this executable starts the MySQL Cluster Manager Agent, to which you can connect using the mcm client (see Section 4.3, “Starting the MySQL Cluster Manager Client” ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
(Bug #27658489, Bug #89948) Rewriting prepared INSERT statements in a multiquery batch failed with a BatchUpdateException when the statements did not contain place holders. Version 8.0.13 is the latest General Availability release of the 8.0 series ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
(Bug #28606708) X DevAPI: Adding an empty document with executeAsync() resulted in an ERROR 5013 (Missing row data for Insert). Version 8.0.14 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
However, when Connector/J inserted a java.sql.TIME into the server as a MySQL TIME value, the fractional seconds were always truncated. Version 8.0.23 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-26.html
(Bug #32954396) Inserting a BLOB into a table using a server-side PreparedStatement resulted in a ClassCastException. Version 8.0.26 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with ...