Hello,
After upgrade the Percona MySQL 8.0.23 to 8.0.25 I see every night the warning in error log like this:
2021-08-23T21:00:02.911820Z 229549 [Warning] [MY013712] [Server] No suitable ‘keyring_component_metadata_query’ service implementation found to fulfill the request.
The next plugin is loaded automatically since version 8.0.24 of Oracle MySQL .
root@localhost[(none)]> show plugins;
±--------------------------------±---------±-------------------±-------------------±--------+
| Name | Status | Type | Library | License |
±--------------------------------±---------±-------------------±-------------------±--------+
| daemon_keyring_proxy_plugin | ACTIVE | DAEMON | NULL | GPL |
The keyring component is not installed:
root@localhost[(none)]> SELECT * FROM performance_schema.keyring_component_status;
Empty set (0.00 sec)
Do you know how to configure the server to prevent this message to be appear in the log?