Could these connections from an unspecified user be from the service manager checking to see if MySQL is alive ?
Hi! My server have the same problem. Did you find any solution? It's not an accounts problem, is clearly something on the system.
I have binding to localhost all mysql connections, I flush privileges and many configs on root password, nothing works. Every 3 seconds, 3 rows are written on the log until the infinite:
Code:
2022-02-22 12:43:34 2659 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2022-02-22 12:43:34 2661 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2022-02-22 12:43:34 2663 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2022-02-22 12:43:37 2670 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2022-02-22 12:43:37 2672 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
2022-02-22 12:43:37 2674 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
At least, how can I rotate the logs or automatically remove these lines?