【问题标题】:Mariadb Aborted connection error without user nameMariadb中止连接错误,没有用户名
【发布时间】: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 地址而不是使用其主机名连接到主机...

标签: mysql mariadb sql-grant


【解决方案1】:

这是用户在与用户协商之前终止连接。

除非你在那个确切时间用户在服务器上执行了 mysql,否则没有太多可以追踪的。即使您确实找到了用户,要求他们进行完全身份验证似乎也毫无意义。

【讨论】:

    猜你喜欢
    • 2018-04-30
    • 2021-08-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-12-05
    • 1970-01-01
    • 2021-06-14
    • 2016-11-18
    相关资源
    最近更新 更多