Search



Search Results
Displaying 631 to 640 of 921 total results
https://dev.mysql.com/doc/connectors/en/connector-python-opentelemetry.html
This instrumentor provides an API and usage similar to OpenTelemetry's own MySQL package named opentelemetry-instrumentation-mysql. MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial product.
https://dev.mysql.com/doc/connectors/en/connectors-apis.html
Basic information on their usage and abilities is provided here for reference purposes only. MySQL Connectors provide connectivity to the MySQL server for client programs. APIs provide low-level access to MySQL resources using either the classic ...
https://dev.mysql.com/doc/apis-php/en/apis-php-introduction.html
For general concepts and X DevAPI usage details, see X DevAPI User Guide. PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is available for most operating systems and Web servers, and can ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-pooling.html
Resource Usage Connector/NET runs a background job every three minutes and removes connections from pool that have been idle (unused) for more than three minutes. The MySQL Connector/NET supports connection pooling for better performance and ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
For example: C# Example var conn = new MySqlConnection("server=_mysql._tcp.foo.abc.com.;dns-srv=true;" + "user id=user;password=****;database=test"); For additional usage examples and restrictions for both classic MySQL protocol and X Protocol, see ...In each key-value pair, the option name and its corresponding value are joined by an equal ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-windows-installer.html
Click Disk Usage to determine the disk-space requirements of your component choices. 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 indicates the Connector/NET ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-source.html
Building MySQL Connector/NET from the source code enables you to customize build parameters and target platforms such as Linux and macOS. The procedures in this section describe how to build source with Microsoft Visual Studio (Windows or macOS) ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
For background and usage information about MySQL authentication plugins, see Authentication Plugins and Writing Authentication Plugins. Advanced users with special security requirements can create their own authentication plugins for MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql-custom-listeners.html
This value is defined by the MySqlTraceEventType public enum contained in the Connector/NET code: public enum MySqlTraceEventType : int { ConnectionOpened = 1, ConnectionClosed, QueryOpened, ResultOpened, ResultClosed, QueryClosed, ... To build ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql.html
This section describes how to set up your application to view MySQL trace information. The first thing you need to do is create a suitable app.config file for your application. The switch level in this case is set to Verbose to display the maximum ...
Displaying 631 to 640 of 921 total results