Search Results
https://dev.mysql.com/doc/refman/8.4/en/windows-postinstallation.html
GUI tools exist that perform most of the tasks described in this section, including: MySQL Configurator: Used to configure the MySQL server. If necessary, initialize the data directory and create the MySQL grant tables. Windows installation ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-4.html
(Bug #37014761) #include <chrono> was missing from plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/task.cc even though std::chrono::duration_cast() was referenced in this file. (Bug #36084822) Installation Notes When upgrading from MySQL ... Account Management Notes C API Notes Character Set Support Compilation Notes Component Notes Firewall Notes Installation Notes Optimizer Notes Performance Schema Notes Functionality Added or Changed Bugs Fixed Account Management Notes The database cache was not flushed properly following execution of DROP ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-progress-report-options.html
Users need to create their own plugin to define the variable. See The MySQL Plugin API for more information on user plugins. There are two options for controlling the progress reporting function of mysqlbackup: --show-progress and ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
For a server using a keyring plugin or component other than component_keyring_encrypted_file, a keyring data file is created and saved under the meta folder with the name keyring_kef. It also contains details of all the plugins defined on the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-functions.html
In some cases, loadable functions are included in component or plugin library files and are loaded and unloaded automatically when the component or plugin is installed or uninstalled. (This point does not apply for loadable functions that are loaded ... There are three ways to add a new function to MySQL: Create a stored function (a type of stored ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-loadable-function.html
Of the loadable functions distributed with MySQL, those associated with the following features and extensions take advantage of these character-set capabilities: MySQL Enterprise Audit, MySQL Enterprise Firewall, MySQL Enterprise Data Masking and ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-0.html
(Bug #35092990) Bugs Fixed Agent: The default authentication plugin for the mysqld version is now used when mcmd makes a connection. This is done to avoid excessive deprecation warnings in the mysqld log in case mcmd attempts to use deprecated ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-4-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Important Change: As the authentication_fido plugin has been removed from MySQL Server starting from 8.4.0, it is no longer supported by Connector/J. (WL #16147) Known ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-0-0.html
(Bug #110512, Bug #35223851) The default value of the connection property defaultAuthenticationPlugin has been changed to caching_sha2_password. (Bug #36612566) Many tests in the Connector/J test suite failed when run against MySQL Server 8.4.0, ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter_plugin_info.html
The mysqlrouter_plugin_info utility is a debugging tool that inspects a MySQL Router plugin for potential conflicts and general problems.