Search Results
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 ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-7.html
(Bug #38310603) Performance Schema Notes Connections waiting on the connection control plugin were not displayed in the performance_schema.processlist table. Note These release notes were created with the assistance of MySQL HeatWave GenAI. Audit ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-configuration-file.html
The mcmd configuration file allows you to configure mcmd with its application options. A sample configuration file is provided with the MySQL Cluster Manager distribution at mcmd8.4.6/doc/sample_mcmd.conf. Edit the [mcmd] section of the file and ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-create-configure.html
Once this is done, we modify the target cluster's configuration until it matches that of the wild cluster that we want to import. At a later point in the example, we also show how to test the configuration in a dry run before attempting to perform ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-mcmd.html
Invoking this executable starts the MySQL Cluster Manager Agent, to which you can connect using the mcm client (see Section 4.3, “Starting the MySQL Cluster Manager Client” and Chapter 5, MySQL Cluster Manager Client Commands for more ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-interface-usage.html
Asynchronous Function Restrictions These restrictions apply to the use of asynchronous C API functions: mysql_real_connect_nonblocking() can be used only for accounts that authenticate with one of these authentication plugins: mysql_native_password ... This section describes how to use the C API asynchronous ...