Search



Search Results
Displaying 891 to 900 of 2264 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-5-0.html
MySQL Connector/J 9.5.0 supersedes 9.4 and is recommended for use on production systems. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #118938, Bug #38396227) SequentialBalanceStrategy is now available ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/workbench/en/wb-intro.html
Deprecated versions of MySQL Server may be incompatible with MySQL Workbench and should be upgraded before you attempt to make a connection. Versions after 8.0, such as 8.4, may connect but some features may not be supported. MySQL Workbench ...
https://dev.mysql.com/doc/workbench/en/wb-migration-install.html
The MySQL Workbench Migration Wizard uses ODBC to connect to a source database, except for MySQL. The following figure shows the general components involved in an ODBC connection: An ODBC driver for MySQL server and the other relational database ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-schemata.html
The account used for the connection will need to have appropriate privileges for listing and reading the schemas you want to migrate. This is an automated and informational step that reports connection related errors, general log information, or ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-opentelemetry.html
For applications that use the legacy JDBC API (that is, not X DevAPI or X DevAPI for C) on Linux systems and use OpenTelemetry (OTel) instrumentation, the connector adds query and connection spans to the trace generated by application code and ...
https://dev.mysql.com/doc/connectors/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...Popular logging frameworks such as java.util.logging, logback, and log4j are supported by ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-known-issues-limitations.html
The following are some known issues and limitations for MySQL Connector/J: When Connector/J retrieves timestamps for a daylight saving time (DST) switch day using the getTimeStamp() method on the result set, some of the returned values might be ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-last-insert-id.html
So, if some other query happens on the same connection, the value is overwritten. On the other hand, the getGeneratedKeys() method is scoped by the Statement instance, so it can be used even if other queries happen on the same connection, but not on ... getGeneratedKeys() is the preferred method to use if you need to retrieve AUTO_INCREMENT keys and through JDBC; this is illustrated in the first example ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-roles.html
Currently, MySQL Connector/NET includes web providers for membership (or simple membership), roles, profiles, session state, site map, and web personalization. This tutorial shows you how to set up your ASP.NET web application to use the ... Many ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-sql-command.html
When a connection has been established with the MySQL database, the next step enables you to perform database operations. This task can be achieved through the use of the MySqlCommand object. After it has been created, there are three main methods ...
Displaying 891 to 900 of 2264 total results