Search Results
https://dev.mysql.com/doc/connectors/en/connector-python.html
MySQL Connector/Python is a self-contained Python driver for communicating with MySQL servers. For notes detailing the changes in each release of Connector/Python, see MySQL Connector/Python Release Notes. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-scaffold-example.html
Note that the account used to connect to the MySQL server must have access to each schema to be included within the context. Scaffolding a database produces an Entity Framework model from an existing database. The resulting entities are created and ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-nuget.html
In addition, the packages provides access to multiple versions of MySQL server and encapsulates database-specific protocols. MySQL Connector/NET functionality is available as packages from NuGet, an open-source package manager for the Microsoft ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation.html
The .NET Framework is primarily supported on recent versions of Microsoft Windows and Microsoft Windows Server. MySQL Connector/NET runs on any platform that supports the .NET Standard (.NET Framework, .NET Core, and Mono). Cross-platform options: ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-invalid.html
The MySqlDateTime data type supports the same date values that are supported by the MySQL server. Although it is strongly recommended that you avoid the use of invalid dates within your .NET application, it is possible to use invalid dates by means ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tablecaching.html
This is useful for applications that are designed to use readers, but still want to minimize trips to the server for slow-changing tables. Table caching is a feature that can be used to cache slow-changing datasets on the client side. This feature ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-replication.html
The MySql.Data.MySqlClient.Replication namespace contains members for replication and load-balancing components.
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-efmodel-ddl.html
In the Generate Database Wizard dialog select an existing connection, or create a new connection to a server. This tutorial demonstrates how to create MySQL DDL from an Entity Framework model. Minimally, you will need Microsoft Visual Studio 2017 ...
https://dev.mysql.com/doc/connector-net/en/index.html
Abstract This manual describes how to install and configure MySQL Connector/NET, the connector that enables .NET applications to communicate with MySQL servers, and how to use it to develop database applications. For notes detailing the changes in ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-both-openssl.html
If Connector/ODBC is connecting securely with the MySQL server and the application using the connection makes calls itself to an OpenSSL library, the application might then fail, as two copies of the OpenSSL library will then be in use. Note ...