Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-authentication.html
MySqlClearPasswordPlugin Allows connections to a user account set with the mysql_clear_password authentication plugin. Classes Class Description MySqlAuthenticationPlugin Abstract class used to define an authentication plugin. MySqlPemReader ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-provider-profile.html
The tutorial uses MySQL Connector/NET 6.9.9, MySQL Server 5.7.21 and Microsoft Visual Studio 2017 Professional Edition. Click Edit and then configure a connection string for the database that will be used to store user profile information. In this ... This tutorial shows you how to use the MySQL Profile Provider to store user profile information in a MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
https://dev.mysql.com/doc/connector-net/en/connector-net-using-character-sets.html
To try and alleviate this, MySQL Connector/NET supports a mode where binary blobs can be treated as strings. To do this, you set the 'Treat Blobs As UTF8' connection string keyword to true. Treating Binary Blobs As UTF8 Before the introduction of ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn.html
Generally, a DSN consists of the following parameters: Name Host Name Database Name Login Password In addition, different ODBC drivers, including Connector/ODBC, may accept additional driver-specific options and parameters. A User DSN is specific to ... A Data Source Name associates the configuration parameters for communicating with a specific ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration.html
Before you connect to a MySQL database using the Connector/ODBC driver, you configure an ODBC Data Source Name (DSN). The DSN associates the various configuration parameters required to communicate with a database to a specific name. You use the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming.html
With a suitable ODBC Manager and the Connector/ODBC driver installed, any programming language or environment that can support ODBC can connect to a MySQL database through Connector/ODBC. This includes, but is not limited to, Microsoft support ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows.html
Before installing the Connector/ODBC drivers on Windows: Make sure your Microsoft Data Access Components (MDAC) are up to date. The MSI package bundles OpenSSL libraries used by Connector/ODBC while the Zip Archive does not and requires that you ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-windows.html
You only need to build Connector/ODBC from source on Windows to modify the source or installation location. If you are unsure whether to install from source, please use the binary installation detailed in Section 4.1, “Installing Connector/ODBC ...A suitable C++ compiler, such as Microsoft Visual C++ or the C++ compiler included with Microsoft Visual Studio 2015 or ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-coldfusion.html
The following information is taken from the ColdFusion documentation: Use the following information to configure ColdFusion Server for Linux to use the unixODBC driver with Connector/ODBC for MySQL data sources. Before the MySQL driver appears in ...ColdFusion version 4.5.1 lets you use the ColdFusion Administrator to add the MySQL data ...