Search Results
https://dev.mysql.com/doc/refman/9.7/en/server-status-variable-reference.html
The following table lists all status variables applicable within mysqld. The last column indicates whether the scope for each variable is Global, Session, or both. Please see the corresponding item descriptions for details on setting and using the ...
https://dev.mysql.com/doc/refman/9.7/en/show.html
SHOW has many forms that provide information about databases, tables, columns, or status information about the server. The pattern is useful for restricting statement output to matching values. Several SHOW statements also accept a WHERE clause ...
https://dev.mysql.com/doc/refman/9.7/en/source-ssl-library-configuration.html
Authentication plugins, such as LDAP and Kerberos, are disabled since they do not support these alternative versions of OpenSSL. An SSL library is required for support of encrypted connections, entropy for random number generation, and other ...
https://dev.mysql.com/doc/refman/9.7/en/thread-pool-tuning.html
The upper limit on the number of concurrent transactions that can be processed by the thread pool plugin is determined by the value of thread_pool_max_transactions_limit. This section provides guidelines on determining the best configuration for ...
https://dev.mysql.com/doc/refman/9.7/en/windows-server-first-start.html
This section gives a general overview of starting the MySQL server. The following sections provide more specific information for starting the MySQL server from the command line or as a Windows service. The information here applies primarily if you ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-opentelemetry.html
This implementation is distinct from the implementation provided through the MySQL client library (or the related telemetry_client client-side plugin). For applications that use the legacy JDBC API (that is, not X DevAPI or X DevAPI for C) on Linux ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-configuration-file-example.html
The routing section keys (such as myCluster_rw) are optional but descriptive section keys help while debugging and also allows multiple configuration sections for the same plugin. Here is a basic connection routing example to a MySQL InnoDB Cluster ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-configuration-file-locations.html
Configuration read from the following files in the given order (enclosed in parentheses means not available for reading): (/usr/local/mysql-router/mysqlrouter.conf) /Users/philip/.mysqlrouter.conf Plugins Path: /usr/local/lib/mysqlrouter Default Log ... MySQL Router scans for the default configuration files at startup, and optionally loads user-defined configuration files at runtime from the command ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-configuration-file-syntax.html
The configuration file format resembles the traditional INI file format with sections and options, but with a few additional extensions. Comment lines start with a hash (#) or semicolon (;) and continue to the end of the line. Sections Each ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-deploying-basic-routing.html
The Connection Routing plugin performs connection-based routing, meaning it forwards packets to the server without inspecting them. For additional general information about connection routing, see Section 1.3, “Connection Routing”. These and ...