Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
Here are some changes for Connector/J going from 5.1 to 8.0 and beyond, for which adjustments might be required: 3.3.4.1.1 Running on the Java 8 Platform Connector/J 8.0 and beyond is created specifically to run on the Java 8 platform. Applications ... Upgrading an application developed for Connector/J 5.1 to use Connector/J 8.0 and beyond might require certain changes to your code or the environment in which it ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
3.14.6: Updating a table that contains a primary key that is either FLOAT or compound primary key that uses FLOAT fails to update the table and raises an exception. The security manager on the MySQL server uses its grant tables to determine whether ... This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-export.html
Important Make sure that the information that you are exporting to the MySQL table is valid for the corresponding MySQL data types. Right click on the table you want to export, and in the menu that appears, choose Export , ODBC Database. Enter the ...Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an “overflow” error during the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-export.html
Important Make sure that the information that you are exporting to the MySQL table is valid for the corresponding MySQL data types. Right click on the table you want to export, and in the menu that appears, choose Export , ODBC Database. Enter the ...Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an “overflow” error during the ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-constants.html
4.3.1.14.19 DEFAULT_PROPERTY_MGM_STRICT_TLS public static final int DEFAULT_PROPERTY_MGM_STRICT_TLS = 0; The default value of the MGM TLS level property 4.3.1.14.20 DEFAULT_PROPERTY_TABLE_WAIT_MSEC public static final int ...The default means that ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexoperation.html
To create an instance of NdbIndexOperation, it is necessary to use the NdbTransaction::getNdbIndexOperation() method. When the NdbTransaction::execute() method is invoked, the operation deletes a tuple from the table. When the ...NdbIndexOperation ...
https://dev.mysql.com/doc/x-devapi-userguide/en/crud-operations-overview.html
Operation Document Relational Create Section 4.3.1, “Collection.add()” Table.insert() Read Section 4.3.2, “Collection.find()” Table.select() Update Section 4.3.3, “Collection.modify()” Table.update() Delete Section 4.3.4, ...The ... CRUD ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/crud-operations-overview.html
Operation Document Relational Create Section 4.3.1, “Collection.add()” Table.insert() Read Section 4.3.2, “Collection.find()” Table.select() Update Section 4.3.3, “Collection.modify()” Table.update() Delete Section 4.3.4, ...The ... CRUD ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/crud-operations-overview.html
Operation Document Relational Create Section 4.3.1, “Collection.add()” Table.insert() Read Section 4.3.2, “Collection.find()” Table.select() Update Section 4.3.3, “Collection.modify()” Table.update() Delete Section 4.3.4, ...The ... CRUD ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-excluded-columns.html
mysql> SELECT COLUMN_NAME, EXTRA FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME LIKE 't1' AND EXTRA LIKE '%NOT SECONDARY%'; +-------------+---------------+ | COLUMN_NAME | EXTRA | +-------------+---------------+ | O_COMMENT | NOT SECONDARY | ...