Search Results
Connectors and APIs Manual :: 3.5.12.4 Connecting Using Web Authentication (WebAuthn) Authentication
https://dev.mysql.com/doc/connectors/en/connector-j-WebAuthn-authentication.html
Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric readers. It assumes there is a MySQL server running and configured to support WebAuthn authentication, with ...WebAuthn enables passwordless authentication, and can be used for MySQL accounts that use multifactor ...
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 ...
MySQL Connector/Python Developer Guide :: 4.5 Installing Connector/Python from a Source Distribution
https://dev.mysql.com/doc/connector-python/en/connector-python-installation-source.html
For installing the classic interface only: MySQL Server binaries (server may be installed or not installed on the system), including development files (to obtain the MySQL Server binaries, visit the MySQL download site). Optional: To include the C ... The Connector/Python source distribution is platform independent, and is packaged in the compressed tar archive format (.tar.gz ...
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/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 ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-connection-category.html
Connect Timeout The number of seconds that the MySQL server waits for a connect packet before responding with 'Bad handshake'. Init Connect A string to be executed by the server for each client that connects. Interactive Timeout The number of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationsource-category.html
Table 7.28 Replication Source Configuration Metrics NameDescriptionAuto Increment Increment Controls the interval between successive column values within all AUTO_INCREMENT columns within the MySQL server. Auto Increment Offset Determines the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-relational-tables.html
The X DevAPI SQL CRUD functions allow you to work with relational tables in manners similar to using traditional SQL statements. The following code sample shows how to use the add() and select() methods of the X DevAPI SQL CRUD functions, which are ...