Search



Search Results
Displaying 121 to 130 of 1104 total results
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
force_ipv6 False When set to True, uses IPv6 when an address resolves to both IPv4 and IPv6. However, when either is given, both must be given or an AttributeError is raised. A connection with the MySQL server can be established using either the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
With the authentication_kerberos_client plugin, both the user and the server are able to verify each other's identity. The configuration file is missing the fingerprint entry, the key_file entry, or both. Note The related authentication_fido_client ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
Starting in Connector/NET 8.0.19, both classic MySQL protocol and X Protocol connections permit the use of multiple host names and multiple endpoints (a host:port pair) in a connection string or URI scheme. For example: C# Example var conn = new ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-mysqlcommand.html
For usage information and examples, see: Working with Parameters Accessing a Stored Procedure Preparing Statements in Connector/NET Attributes Property As of Connector/NET 8.0.26, an instance of MySqlCommand can be organized to execute simple ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
The SSPI option is only supported by Windows, whereas GSSAPI is supported by both Windows and other operating systems. The connection string overrides the DSN value if both are set. The connection string overrides the DSN value if both are set. On ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-unix-tarball.html
To install the driver from a tarball distribution (.tar.gz file), download the latest version of the driver for your operating system and follow these steps, substituting the appropriate file and directory names based on the package you download ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation.html
Both kinds of drivers are provided in the same download package, and are both installed onto your systems by the installation program or script that comes with the download package. This section explains where to download Connector/ODBC, and how to ...
https://dev.mysql.com/doc/connector-python/en/connector-python-cext-development.html
You can install one or both implementations on the same system. For Connector/Python installations that include both implementations, it can optionally be toggled it by passing use_pure=False (to use C implementation) or use_pure=True (to use the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
force_ipv6 False When set to True, uses IPv6 when an address resolves to both IPv4 and IPv6. However, when either is given, both must be given or an AttributeError is raised. A connection with the MySQL server can be established using either the ...
https://dev.mysql.com/doc/internals/en/event-header-fields.html
However, if both event n and event n+1 originate from the master, it holds that next_position(n+1) = next_position(n) + event_length(n); binlog on a v4 server: Offset to the end of the event, counting from the beginning of the binlog file. However, ...The value of this constant is 13 in MySQL 3.23 (v1 format), and 19 in MySQL 4.0 and up (v3 format and ...
Displaying 121 to 130 of 1104 total results