Mariadb连接失败,没有用户名



在MariaDB中,我在错误日志中有此警告。有没有办法在不知道用户名的情况下解决这个问题?

[Warning] Aborted connection 1101 to db: 'unconnected' user: 'unauthenticated' host: '127.0.0.1' (This connection closed normally without authentication)

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

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

最新更新