Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-multi.html
Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter support. Note Before Connector/Python 9.2.0, the multi option was required to execute multiple statements. with ...
https://dev.mysql.com/doc/connectors/en/connector-python-opentelemetry.html
The query span is linked to the existing connection span of the connection the query was executed. MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial product. Introduction to OpenTelemetry ...
https://dev.mysql.com/doc/connectors/en/connector-python-option-files.html
It is not an error for a named option group not to exist. (For general information about option files in MySQL, see Using Option Files.) Two arguments for the connect() call control use of option files in Connector/Python programs: option_files: ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-nuget.html
You can install or upgrade one or more individual Connector/NET packages with NuGet, making it a convenient way to introduce existing technology, such as Entity Framework, to your project. MySQL Connector/NET functionality is available as packages ...
MySQL Connector/NET Developer Guide :: 3.1.1 Installing Connector/NET Using the Standalone Installer
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-windows-installer.html
You can install MySQL Connector/NET through a Windows Installer (.msi) installation package, which can install Connector/NET on supported Windows operating systems. The MSI package is a file named mysql-connector-net-version.msi, where version ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-evolution.html
The latest enhancements do require some configuration changes in existing deployments. The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. If the library is not in the GAC, the only ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-binary-issues.html
However, some existing applications may encounter issues with this change and can use a connection string option to enable or disable it. There are certain situations where MySQL will return incorrect metadata about one or more columns. More ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
Many websites feature the facility for the user to create a user account. They can then log into the website and enjoy a personalized experience. This requires that the developer creates database tables to store user information, along with code to ...
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-odbc/en/connector-odbc-configuration-connection-pooling.html
Connection pooling enables the ODBC driver to re-use existing connections to a given database from a pool of connections, instead of opening a new connection each time the database is accessed. By enabling connection pooling you can improve the ...