【发布时间】:2021-02-10 22:19:14
【问题描述】:
在 MariaDB 中,我在错误日志中收到此警告。有没有办法在不知道用户名的情况下解决问题?
[Warning] Aborted connection 1101 to db: 'unconnected' user: 'unauthenticated' host: '127.0.0.1' (This connection closed normally without authentication)
【问题讨论】:
-
您可以启用审核日志以进一步跟踪连接
-
我在 SSL 连接中遇到过这种情况,因为用户以 IP 地址而不是使用其主机名连接到主机...