Search Results
https://dev.mysql.com/doc/refman/8.4/en/server-configuration.html
The MySQL server, mysqld, has many command options and system variables that can be set at startup to configure its operation. To determine the default command option and system variable values used by the server, execute this command: $> mysqld ...
https://dev.mysql.com/doc/refman/8.4/en/server-loadable-functions.html
See Section 7.6.4, “The Rewriter Query Rewrite Plugin” Version Tokens enables creation of and synchronization around server tokens that applications can use to prevent accessing incorrect or out-of-date data. MySQL supports loadable functions, ...
https://dev.mysql.com/doc/refman/8.4/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/8.4/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/8.4/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/8.4/en/upgrading-from-previous-series.html
Due to upgrading the libfido2 library bundled with the server to version 1.13.0, which requires OpenSSL 1.1.1 or higher, the authentication_fido and authentication_fido_client authentication plugins are no longer available on Enterprise Linux 6, ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-usage.html
The preceding example uses only a few of the functions included in the Version Tokens plugin library, but there are others. Before using Version Tokens, install it according to the instructions provided at Section 7.6.6.2, “Installing or ...
https://dev.mysql.com/doc/refman/8.4/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/relnotes/mysql/8.4/en/news-8-4-3.html
(Bug #115162, Bug #36673883) The server did not always handle connections correctly when running with both the thread pool and audit log plugins. C API Notes Compilation Notes Configuration Notes SQL Function and Operator Notes JavaScript Programs ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
(Bug #37437317) The Audit Log plugin did not handle errors correctly when writing JSON output. (Bug #37570206) Audit Log Notes <COMMAND_CLASS> was not populated for <NAME>Execute</NAME>. (Bug #36686351) Compilation Notes Group Replication: The ...