Search Results
https://dev.mysql.com/doc/connectors/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/connectors/en/connector-net-ref-interceptors.html
Classes Class Description BaseExceptionInterceptor Represents the base class for all user-defined exception interceptors.
https://dev.mysql.com/doc/connectors/en/connector-net-support.html
The developers of MySQL Connector/NET greatly value the input of our users in the software development process. If you find Connector/NET lacking some feature important to you, or if you discover a bug and need to file a bug report, please use the ...
https://dev.mysql.com/doc/connectors/en/connector-net.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. MySQL Connector/NET is the connector that enables .NET applications to communicate with MySQL servers. For notes detailing the ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration.html
DSN information can be user-specific, system-specific, or provided in a special file. 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 ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-development.html
Caution This section is only for users who are interested in helping us test our new code. 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://dev.mysql.com/doc/connectors/en/connector-odbc-installation.html
This section explains where to download Connector/ODBC, and how to run the installer, copy the files manually, or build from source. Where to Get Connector/ODBC You can get a copy of the latest version of Connector/ODBC binaries and sources from ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes.html
The notes provided here are based on the experiences of Connector/ODBC developers and users. Here are some common notes and tips for using Connector/ODBC within different environments, applications and tools.
https://dev.mysql.com/doc/connectors/en/connector-odbc.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. MySQL Connector/ODBC is the driver that enables ODBC applications to communicate with MySQL servers. For notes detailing the changes ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-fieldtype.html
This class provides all supported MySQL field or data types. They can be useful when dealing with raw data or defining your own converters. The field type is stored with every cursor in the description for each column. The following example shows ...