Search Results
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-keyring-plugins.html
To verify plugin installation, examine the INFORMATION_SCHEMA.PLUGINS table or use the SHOW PLUGINS statement (see Obtaining Server Plugin Information). MySQL Server supports a keyring service that enables internal server components and plugins to ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: The locking options lockShared() and lockExclusive(), available when retrieving data from ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-12.html
It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. (WL #9955) Connector/J now retrieves the MySQL keyword list from the INFORMATION_SCHEMA.KEYWORDS table on the MySQL server when a connection session is established. Version ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. (Bug #28706219, Bug #92574) Connector/J is now capable of reading and, if needed, ignoring any initial notice packets sent by X Plugin before an X Protocol connection is ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. Once all hosts have been tried and no connections can be established, Connector/J throws a com.mysql.cj.exceptions.CJCommunicationsException and returns the message Unable to ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-26.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #32435618, Bug #102404) Connector/J can now establish connections for accounts that use the authentication_kerberos server-side authentication plugin, which is supported by ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-docker.html
The Docker deployment framework supports easy installation and configuration of MySQL Router. This section explains how to use a MySQL Router Docker image. You need to have Docker installed on your system before you can use a MySQL Router Docker ...
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-results.html
The import icon opens the Table Data Import dialog from which you can select a data file and other options, such as the destination table. Export or Import data directly from or into the result set. The export and import operations shown in this ...
https://dev.mysql.com/doc/workbench/en/wb-eer-diagrams-section.html
EER diagrams provide a visual representation of the relationships among the tables in your model. MySQL Workbench applies standard concepts and symbols to show table relationships, as indicated in the following figure. Enhanced Entity-Relationship ...
https://dev.mysql.com/doc/workbench/en/wb-mforms.html
Table: This container can organize one or more controls in a grid. The number of rows and columns in the table, and the location of controls within the grid, can be set by the developer. MySQL Workbench is implemented with a C++ core back-end, and ...