Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mariadb Aborted connection error without user name

In MariaDB I am having this warning in the error log. Is there a way to resolve the issue without knowing the user name?

[Warning] Aborted connection 1101 to db: 'unconnected' user: 'unauthenticated' host: '127.0.0.1' (This connection closed normally without authentication)
like image 602
dbNovice Avatar asked Aug 13 '26 10:08

dbNovice


1 Answers

This is a user killing a connection before it negotiated to a user.

Unless you know what users executed mysql on the server at that exact time there's not much to track this down. Even if you did find a user, asking them to fully authenticate seems rather pointless.

like image 70
danblack Avatar answered Aug 18 '26 01:08

danblack



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!