Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-result-sets.html
clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server.
https://dev.mysql.com/doc/connectors/en/connector-j-named-pipe.html
For example, to use the default named pipe of “\\.\pipe\MySQL,” just specify: jdbc:mysql://address=(protocol=pipe)/test To use the custom named pipe of “\\.\pipe\MySQL80” : jdbc:mysql://address=(protocol=pipe)(path=\\.\pipe\MySQL80)/test ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
In this case, either call the setCatalog() method on the Connection instance, or specify table names using the database name (that is, SELECT dbname.tablename.colname FROM dbname.tablename...) in your SQL statements. This section explains the ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-jdbctemplate.html
*/ private String queryString = "select Name from City " + "where CountryCode = :country order by rand() limit 1"; /** * Retrieve a random city using Spring JDBC access classes. Spring makes extensive use of the Template method design pattern (see ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
The Spring Framework is a Java-based application framework designed for assisting in application design by providing a way to configure components. The technique used by Spring is a well known design pattern called Dependency Injection (see ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL Connector/J. Questions 3.14.1: When I try to connect to the database with MySQL Connector/J, I get the following exception: ...
Connectors and APIs Manual :: 3.5.12.4 Connecting Using Web Authentication (WebAuthn) Authentication
https://dev.mysql.com/doc/connectors/en/connector-j-WebAuthn-authentication.html
Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric readers. WebAuthn enables passwordless authentication, and can be used for MySQL accounts that use ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
In the web pages that open, you can select the MySQL membership and roles providers by picking a custom provider for each area. MySQL Connector/NET includes a provider model for use with ASP.NET applications. This model enables developers to focus ...
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
In Connector/NET 8.0.33, the OciConfigProfile connection option permits selecting a profile in the configuration file to use for authentication. MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
For this option, select nuget.org as the package source, search for mysql.data, and install a stable version of MySql.Data.EntityFramework. MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for ...