Search Results
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-3.html
(Bug #36701854) Running any of the diagnostics utilities against an instance with binary logging disabled, and using an X Protocol connection, resulted in an error. As of this release, the diagnostics utilities use classic connections, only. If the ... AdminAPI Bugs Fixed Utilities Added or Changed Functionality Utilities Bugs Fixed Bugs Fixed AdminAPI Bugs Fixed Running a rescan() operation on a Replica Cluster, could result in a warning that group_replication_view_change_uuid is required, but not ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
Version 8.0.17 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (WL #12247) The README and LICENSE files are now included ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-1-0.html
Version 9.1.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 9.1.0 supersedes 9.0 and is recommended for use on production systems. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Functionality ...This release can be used against MySQL Server version 8.0 and ...
https://dev.mysql.com/doc/workbench/en/wb-eer-color-key.html
Color connection lines within EER diagrams provide quick visual information about how the tables in your model relate. Existing connection lines are highlighted when you use a pointer device to hover on different database objects. Table 9.1 MySQL ...The following table defines the meaning of each color and indicates how you can open the underlying table information from your ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-live.html
Figure 9.49 Reverse Engineer Database Wizard The first step of the wizard enables you to set up a connection to the live database you intend to reverse-engineer. You can set up a new connection or select a previously created stored connection. To ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-toolbar.html
The connection to the database server is not restarted and all open transactions remain open. Commit the current transaction: All query tabs in the same connection share the same transactions. Rollback the current transaction: All query tabs in the ... The SQL query toolbar provides actions that enable you to create and manage ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-authentication.html
It is a synonym of the connection property 'password' and can also be set with user credentials in the connection string. These plugins will be loaded at connection initialization and can be used together with their sever-side counterparts for ...If ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
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 runs. Here are some changes for Connector/J going from 5.1 to 8.0 and beyond, for ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. Connector/NET is a fully managed ADO.NET data provider written in 100% pure C#. Connector/NET source code and tests are ...It implements the required ADO.NET interfaces and integrates into ADO.NET-aware ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-data-adapter.html
Previously, when using MySqlDataReader, the connection to the database was continually maintained unless explicitly closed. It is also possible to work in a manner where a connection is only established when needed. For example, in this mode, a ...