Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html
This section explains the syntax of the URLs for connecting to MySQL. This is the generic format of the connection URL: protocol//[hosts][/database][?properties] The URL consists of the following parts: Important Any reserved characters for URLs ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-mysqld.html
ndb-cluster-connection-pool-nodeids: Comma-separated list of node IDs for connections to cluster used by MySQL; number of nodes in list must match value set for --ndb-cluster-connection-pool. ndb-connectstring: Address of NDB management server ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html
The default timeout became 30 seconds for the following simple and SASL-based LDAP authentication variables: authentication_ldap_simple_connect_timeout authentication_ldap_simple_response_timeout authentication_ldap_sasl_connect_timeout ...This ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
DBMS connection read timeout interval (in seconds):[30] The maximum amount of time the query can take to return data from the DBMS. DBMS connection timeout interval (in seconds): [60] Maximum time to wait before a connection attempt is aborted.
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
-DODBC_INCLUDES=dir_name The location of the ODBC includes directory, which may be used while configuring Connector/ODBC. -DODBC_LIB_DIR=dir_name The location of the ODBC library directory, which may be used while configuring Connector/ODBC. The ...
https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-basic.html
This example shows the basics of handling event logging using the MGM API. The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/mgmapi_logevent/main.c.
https://dev.mysql.com/doc/refman/8.4/en/server-option-variable-reference.html
The following table lists all command-line options, system variables, and status variables applicable within mysqld. The table lists command-line options (Cmd-line), options valid in configuration files (Option file), server system variables ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationsource-category.html
Info Repository The setting of this variable determines whether the replica logs source status and connection information to a FILE (source.info), or to a TABLE (mysql.replica_source_info). Semi Sync Source Timeout How long the source waits on a ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
If a requested lock (implicit and depending on database operation) cannot be attained within a specified time, then a timeout error results. Thus, applications need to be written in a manner such that timeout errors occurring due to such deadlocks ... The NDB storage engine used by NDB Cluster is a relational database engine storing records in tables as with other relational database ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure.html
If the member has not in fact failed (for example, because it was just disconnected due to a temporary network issue) and it is able to resume communication with the other members, it receives a view containing the information that it has been ...