Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-authentication.html
Since Version 8.0.28 authenticationPlugins Comma-delimited list of classes that implement the interface 'com.mysql.cj.protocol.AuthenticationPlugin'. Since Version 5.1.19 disabledAuthenticationPlugins Comma-delimited list of authentication plugins ...If none is specified, it is authentication plugin dependent what user name is ...
https://dev.mysql.com/doc/connectors/en/connector-j-installing-maven.html
For example: <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> <version>x.y.z</version> <exclusions> <exclusion> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> </exclusion> ... You ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-dns-srv.html
For information about DNS SRV support in MySQL, see Connecting to the Server Using DNS SRV Records. When multiple MySQL instances provide the same service for your applications, DNS SRV records can be used to provide failover, load balancing, and ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-errors.html
When there is an error connecting, the MySqlConnection class will return a MySqlException object. The following code example shows how to manage the response of an application based on the actual error: C# Example ... Because connecting to an ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob-reading.html
After a file is loaded into the file table, we can use the MySqlDataReader class to retrieve it. The GetBytes method of the MySqlDataReader is used to load the BLOB into a byte array, which is then written to disk using a FileStream object. The ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-telemetry.html
Starting in Connector/NET 8.1.0, support for OTel is encapsulated in the MySQL.Data.OpenTelemetry NuGet package. Note OTel context forwarding works only with MySQL Enterprise Edition, a commercial product. OpenTelementry (OTel) standardizes ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). Creating a Certificate File to Use with the .NET Client From the directory server-repository-root/mysql-test/std_data, issue the ...Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows.html
Connector/ODBC 8.0 and below: MySQL Installer: The general MySQL Installer application for Windows can install, upgrade, configure, and manage most MySQL 8.0 products, including Connector/ODBC 8.0 and its prerequisites. Download it from ... Before ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-development.html
To just get MySQL Connector/ODBC up and running on your system, use a standard release distribution. To check out the latest source code, visit GitHub: https://github.com/mysql/mysql-connector-odbc To clone the Git repository to your machine, use ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-errors.html
When there is an error connecting, the MySqlConnection class will return a MySqlException object. The following code example shows how to manage the response of an application based on the actual error: C# Example ... Because connecting to an ...