Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
Version 8.0.29 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
Version 8.0.32 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-4-0.html
Version 8.4.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.4.0 supersedes 8.3 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It supports the Java Database ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/configuring-election-process.html
You can optionally configure how a single-primary cluster elects a new primary, for example to prefer one instance as the new primary to fail over to. Use the memberWeight option and pass it to the dba.createCluster() and Cluster.addInstance() ...
https://dev.mysql.com/doc/workbench/en/wb-generating.html
This document provides a quick hands-on introduction to using MySQL Workbench to generate code for later use, for either in or outside of MySQL Workbench.
https://dev.mysql.com/doc/workbench/en/wb-model-editor.html
When the Model Editor is executed from the home screen, MySQL Workbench displays the MySQL Model tab. The MySQL Model page has three main panels, as shown in the following figure. Figure 9.3 The MySQL Model Page The Description Editor and User ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor.html
The MySQL Table Editor is a used to create and modify tables. You can add or modify the columns or indexes of a table, change the engine, add foreign keys, or alter the table name. To access the MySQL Table Editor, right-click a table name in the ...
https://dev.mysql.com/doc/internals/en/index-read.html
Purpose Find a row based on a key and return. Synopsis virtual int index_read ( buf, key, keypart_map, find_flag); byte * buf ; const byte * key ; ulonglong keypart_map ; enum ha_rkey_function find_flag ; Description This is the index_read method.
https://dev.mysql.com/doc/internals/en/ndb-directory.html
We generally use the term "ndb" when referring to the storage engine, and the term "MySQL Cluster" when referring to the combination of the storage engine and the rest of the MySQL facilities.
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-a-session.html
There are several ways of using a session to connect to MySQL depending on the specific setup in use.