Search



Search Results
Displaying 1481 to 1490 of 2583 total results
https://dev.mysql.com/doc/connectors/en/connector-python-installation.html
If your system does not have Python preinstalled for some reasons, use its software management system to install it. Make sure Python is installed on your platform: Python comes preinstalled on most Unix and Unix-like systems, such as Linux, macOS, ...
https://dev.mysql.com/doc/connectors/en/connector-python-opentelemetry.html
Since otel_context_propagation is a connection property that can be changed after a connection is established (a connection object is created), setting such property to False does not have an effect over the spans generated during the connection ...
https://dev.mysql.com/doc/connectors/en/connector-python-versions.html
For series that have reached General Availability (GA) status, development releases in the series prior to the GA version are no longer supported. This section describes both version releases, such as 8.0.34, along with notes specific to the two ...
https://dev.mysql.com/doc/connectors/en/quick-installation-guide.html
If your system does not have pip, you can install it with your system's software manager, or with a standalone pip installer. The recommended way to install Connector/Python is by pip and wheel packages. Note You are strongly recommended to use the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-async-methods.html
The Task-based Asynchronous Pattern (TAP) is a pattern for asynchrony in the .NET Framework. It is based on the Task and Task<TResult> types in the System.Threading.Tasks namespace, which are used to represent arbitrary asynchronous operations. The ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
In each key-value pair, the option name and its corresponding value are joined by an equal sign. For the list of option names to use in the connection string, see Section 4.5, “Connector/NET Connection Options Reference”. The following is a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-nuget.html
MySQL Connector/NET functionality is available as packages from NuGet, an open-source package manager for the Microsoft development platform (including .NET Core). The NuGet Gallery is the central software package repository populated with the most ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-windows-installer.html
If you have chosen a custom installation, you can select the individual components to install, including the core interface component, supporting documentation options, examples, and the source code. You can install MySQL Connector/NET through a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-unix.html
Before installing, ensure that you have a working Mono project installation. There is no installer available for installing the MySQL Connector/NET component on your Unix installation. To test whether your system has Mono installed, enter: $> mono ...
https://dev.mysql.com/doc/connector-net/en/connector-net-interceptors.html
An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user exit. With MySQL Connector/NET, the interceptors are enabled and disabled by updating the connection string ...
Displaying 1481 to 1490 of 2583 total results