Search



Search Results
Displaying 531 to 540 of 2264 total results
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 ...
https://dev.mysql.com/doc/workbench/en/wb-requirements.html
MySQL server: Although it is not required, MySQL Workbench is designed to have either a remote or local MySQL server connection. For additional information about connecting to a MySQL server, see Chapter 5, Connections in MySQL Workbench. MySQL ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
Compilation Notes Connection Management Notes Legacy (JDBC API) Notes Bugs Fixed Compilation Notes Connector/C++ now can be compiled using MinGW on Windows. Note that this enables building on MinGW but does not make MinGW an officially supported ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-config-properties-file-location.html
The application has two connection pools, one to service agent traffic, and the other for the UI. dbpool.ui.maxActive(15) Type Integer Default Value 15 The maximum number of active connections that can be allocated from this pool at the same time.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-host-name-identity-verification.html
Enabling Host Name Identity Verification 5.5 Enabling Host Name Identity Verification MySQL HeatWave on AWS supports TLSv1.2 and requires that all MySQL client and application connections over the public internet are encrypted. For added security, ...When a DB System is provisioned, a TLS certificate is installed on the MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
Firewall Concepts The MySQL server permits clients to connect and receives from them SQL statements to be executed. The scope indicates which client connections the profile applies to: The firewall supports account-based profiles such that each ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
To create an instance, use the Node.js require() function with the driver name, like this: var nosql = require("mysql-js"); ConnectionProperties can be used to retrieve or set the connection properties for a given session. ndb_connectstring: NDB ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
(WL #12863) For X DevAPI applications, Connector/Python now supports the ability to send connection attributes (key-value pairs that application programs can pass to the server at connect time). Connector/Python defines a default set of attributes, ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Two informative text files were added: INFO_BIN contains information about the build environment used to produce the distribution, and INFO_SRC provides information about the product version and the source repository from which the distribution was ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgm.html
--connect-retries=# Command-Line Format --connect-retries=# Type Numeric Default Value 3 Minimum Value 0 Maximum Value 4294967295 This option specifies the number of times following the first attempt to retry a connection before giving up (the ...
Displaying 531 to 540 of 2264 total results