A windows server (2022) has MariaDB 10.4 running on it. In the Event Viewer for Windows logs > Application there are two events that happen every minute:
Aborted connection ### to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication) Aborted connection ### to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (Got an error reading communication packets)
Note that '###' is a number that increases sequentially. Somehow this is related to the MariaDB service because the events don't appear when the service is stopped.
Is there any way to suppress these events?
Thanks