Added a new configuration page for MySQL Server plugins, available when installing MySQL Server versions 5.7.12 and higher.
-
The installation templates that generate
my.ini
no longer include an entry forkeyring_file_data
, as that setting was only required for MySQL Server 5.7.11.This also fixes the known limitation where the upgrade process did not reconfigure the keyring_file_data option, as
my.ini
is not overwritten. This was a known limitation with the MySQL Server 5.7.11 keyring plugin, which was enabled by default and required this option.References: Reverted patches: Bug #22650942.