Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The JAR library for Connector/J has been renamed to mysql-connector-j.jar since release 8.0.31. (Bug #34918989) For Connector/J 8.0.29 or later, client-side prepared statements ... Version 8.0.33 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: There are changes to some methods related to the Result interface: getLastDocumentId() and getLastDocumentIds() have been replaced with getDocumentId() and ... MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/add-instances-cluster.html
Use the Cluster.addInstance(instance) function to add an instance to the cluster, where instance is connection information to a configured instance, see Section 8.4.2, “Configuring Production Instances for InnoDB Cluster Usage”. The options ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-create.html
Signature The signature for the Python or JavaScript function to be registered as a MySQL Shell report must be as follows: Dict report(Session session, List argv, Dict options); Where: session is a MySQL Shell session object that is to be used to ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbd.html
--bind-address Command-Line Format --bind-address=name Type String Default Value Causes ndbd to bind to a specific network interface (host name or IP address). --connect-string Command-Line Format --connect-string=connection_string Type String ...
https://dev.mysql.com/doc/workbench/en/wb-scripting-modules-palettes.html
Figure C.4 The Workbench Scripting Shell Tab: Globals Classes Tab A class is a user-defined data type formed by combining primitive data types: integers, doubles, strings, dicts, lists, and objects. Figure C.5 The Workbench Scripting Shell Tab: ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
The JDBC specification is flexible on how certain functionality should be implemented. The SELECT must alias the original BLOB column name, specified as a string, to an alternate name. To enable this functionality, create a Statement instance in the ... MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-architecture.html
The DSN is a configuration string that identifies a given database driver, database, database host and optionally authentication information that enables an ODBC application to connect to a database using a standardized reference. Processes ODBC ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-architecture.html
The DSN is a configuration string that identifies a given database driver, database, database host and optionally authentication information that enables an ODBC application to connect to a database using a standardized reference. Processes ODBC ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
The following list enumerates all NDB errors of type AE (Application error). Having a table without primary key uses an autoincremented hidden key, i.e. NDB error code 5002 MySQL error DMEC Error message The process has wrong type. NDB error code ...