Search Results
https://dev.mysql.com/doc/refman/8.4/en/faqs-thread-pool.html
How is the Thread Pool different from the client side Connection Pool? A.15.4. The default thread-handling model in MySQL Server executes statements using one thread per client connection. As more clients connect to the server and execute ...What is ...
https://dev.mysql.com/doc/refman/8.4/en/windows-pluggable-authentication.html
MySQL Enterprise Edition for Windows supports an authentication method that performs external authentication on Windows, enabling MySQL Server to use native Windows services to authenticate client connections. Users who have logged in to Windows can ... Note Windows pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/connectors/en/connector-python-opentelemetry.html
Connector/Python only supports tracing, so this guide does not include information about metric and log signals. Installing Telemetry Support Install the OpenTelemetry API, SDK, and OTLP Exporter packages on the system along with Connector/Python.
https://dev.mysql.com/doc/connector-python/en/connector-python-opentelemetry.html
Connector/Python only supports tracing, so this guide does not include information about metric and log signals. Installing Telemetry Support Install the OpenTelemetry API, SDK, and OTLP Exporter packages on the system along with Connector/Python.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
For applications that do not catch such exceptions, Connector/C++ now produces a more informative error message to indicate why the exception occurred. (Bug #28591814, Bug #92263) Legacy (JDBC API) Notes For applications that use the legacy JDBC API ... Error Handling Legacy (JDBC API) Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Error Handling If an application tries to obtain a result set from a statement that does not produce one, an exception ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-a-session-object.html
All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema object. Most examples make use of the X DevAPI ability to chain all object constructions, enabling you to get to the Schema object ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgmd.html
Management clients can connect to the management server and check the cluster's status. --connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection ...
https://dev.mysql.com/doc/refman/8.4/en/replica-logs-status.html
A replica server creates two replication metadata repositories, the connection metadata repository and the applier metadata repository. The replica's connection metadata repository contains information that the replication I/O (receiver) thread ...
https://dev.mysql.com/doc/refman/8.4/en/show-replica-status.html
However, because the file positions are not being regularly updated in the connection metadata repository and the applier metadata repository except in a few situations, they are likely to be out of date if the server is restarted. This tells you ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-ssl-set.html
It is optional to call mysql_ssl_set() to obtain an encrypted connection because by default, MySQL programs attempt to connect using encryption if the server supports encrypted connections, falling back to an unencrypted connection if an encrypted ... bool mysql_ssl_set(MYSQL *mysql, const char *key, const char *cert, const char *ca, const char *capath, const char *cipher) Description Note As of MySQL 8.0.35, mysql_ssl_set() is deprecated and subject to removal in a future MySQL ...