Search Results
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-net-tutorials-stored-procedures.html
For the purposes of this tutorial, you will create a simple stored procedure to see how it can be called from MySQL Connector/NET. A MySqlCommand object is created, but rather than taking an SQL query as a parameter, it takes the name of the stored ...Putting database-intensive operations into stored procedures lets you define an API for your database ...
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 ...
https://dev.mysql.com/doc/connector-net/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/connector-net/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/connector-net/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/connector-net/en/connector-net-tutorials-stored-procedures.html
For the purposes of this tutorial, you will create a simple stored procedure to see how it can be called from MySQL Connector/NET. A MySqlCommand object is created, but rather than taking an SQL query as a parameter, it takes the name of the stored ...Putting database-intensive operations into stored procedures lets you define an API for your database ...