Search Results
https://dev.mysql.com/doc/refman/8.4/en/dbug-package.html
The MySQL server and most MySQL clients are compiled with the DBUG package originally created by Fred Fish. When you have configured MySQL for debugging, this package makes it possible to get a trace file of what the program is doing. This section ...The DBUG package can be used by invoking a program with the --debug[=debug_options] or -# [debug_options] ...
https://dev.mysql.com/doc/refman/8.4/en/introduction.html
The MySQL software delivers a very fast, multithreaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed ...Oracle is a registered trademark of Oracle Corporation and/or its ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-okv-plugin.html
Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial product. The plugin works with these KMIP-compatible products: Oracle Key Vault Gemalto SafeNet KeySecure Appliance Townsend Alliance Key Manager Entrust ...The Key Management Interoperability Protocol (KMIP) enables communication of cryptographic keys between a key management server and its ...
https://dev.mysql.com/doc/connectors/en/connector-cpp.html
MySQL Connector/C++ is the C++ interface for communicating with MySQL servers. For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release Notes. For help with using MySQL, please visit the MySQL Forums, where ...
https://dev.mysql.com/doc/connectors/en/connector-j.html
MySQL Connector/J is a JDBC driver for communicating with MySQL servers. For notes detailing the changes in each release of Connector/J, see MySQL Connector/J Release Notes. For help with using MySQL, please visit the MySQL Forums, where you can ...
https://dev.mysql.com/doc/connectors/en/connector-net.html
MySQL Connector/NET is the connector that enables .NET applications to communicate with MySQL servers. For notes detailing the changes in each release of Connector/NET, see MySQL Connector/NET Release Notes. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/connectors/en/connector-odbc.html
MySQL Connector/ODBC is the driver that enables ODBC applications to communicate with MySQL servers. For notes detailing the changes in each release of Connector/ODBC, see MySQL Connector/ODBC Release Notes. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/connectors/en/connector-python.html
MySQL Connector/Python is a self-contained Python driver for communicating with MySQL servers. For notes detailing the changes in each release of Connector/Python, see MySQL Connector/Python Release Notes. For help with using MySQL, please visit ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
(WL #11421) Document Store: Support for the SHA256_MEMORY authentication mechanism was added to enable non-PLAIN insecure connections (without SSL) for user accounts with caching_sha2_password, which is the default authentication plugin introduced ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Connector/NET now supports the NOWAIT and SKIP_LOCKED locking options introduced in the MySQL 8.0 release series (see SELECT ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-1-0.html
MySQL Connector/NET 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. This release can be used against MySQL Server version 5.7 and later. Deprecation and Removal Notes Packaging ...