Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-mysqlcommand.html
The query_attributes component must be installed on the server (see Prerequisites for Using Query Attributes) before attributes can be searched for and used on the server side. Query-attributes support varies by server version: Prior to MySQL Server ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/cleartext-pluggable-authentication.html
A client-side authentication plugin is available that enables clients to send passwords to the server as cleartext, without hashing or encryption. Table 8.17 Plugin and Library Names for Cleartext Authentication Plugin or File Plugin or File Name ...(Examples are the PAM and simple LDAP authentication plugins; see Section 8.4.1.5, “PAM Pluggable Authentication”, and Section 8.4.1.7, “LDAP Pluggable Authentication”.) The following discussion provides usage information specific to cleartext pluggable ...
https://dev.mysql.com/doc/workbench/en/wb-intro.html
MySQL Workbench is a graphical tool for working with MySQL servers and databases. Deprecated versions of MySQL Server may be incompatible with MySQL Workbench and should be upgraded before you attempt to make a connection. MySQL Workbench ... This ...
https://dev.mysql.com/doc/connectors/en/connector-python-versions.html
Note MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support ... This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure ...
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
Note MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support ... This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure ...
https://dev.mysql.com/doc/internals/en/binary-log-overview.html
[Some information in this section is derived from Chapter 20, The Binary Log, in the MySQL Reference Manual.] The binary log is a set of log files that contain information about data modifications made to a MySQL server instance. The log is enabled ...It also contains statements that potentially could have updated it (for example, a DELETE which matched no rows), unless row-based logging is ...
https://dev.mysql.com/doc/internals/en/x-protocol-implementation-implementation-notes.html
Topics in this section: Client Server Client and Server implementations of the protocol should make use of the following: vectorized IO pipelining to reduce the latency and CPU usage. Client Out-of-Band Messages The client should decode the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
(Bug #31872906) Functionality Added or Changed Improved server disconnection handling of an X Protocol connection now creates a log entry and returns an error message, as needed, after Connector/NET receives a connection-close notice from the server. This notice applies to a server connection that remains idle for longer than the relevant timeout ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-24.html
(Bug #89480, Bug #32144255, Bug #32192619, Bug #32001787, Bug #27477376, WL #14027, WL #14239, WL #14240) Improved server disconnection handling of X Protocol connections now creates a log entry and returns an error message, as needed, after ...