我们最近在我们的应用程序中发现了太多身份验证错误。它不是连续的,但是一天中会多次出现并卡住。我们正在Windows Server 2012 R2 Standard中的IIS上托管ASP.Net应用程序。我们还具有安装MySQL的相同配置的单独服务器。
有时我们的查询陷入以下阶段:
unauthenticated user - <IP> - <DB> - Connect - NULL - Reading from net - NULL
unauthenticated user - <IP> - <DB> - Connect - NULL - Reading from net - NULL
unauthenticated user - <IP> - <DB> - Connect - NULL - Reading from net - NULL
有多个这样的连接,一段时间后,它给了我们下面的错误。
Authentication to host <IP> for user <USER> using method 'mysql_native_password' failed with message: Reading from the stream has failed.
此错误开始增加得太多,并影响了我们客户的工作。
我们正在使用MySQL Connector DLL 6.8.3.0版。
请在此处为我们提供解决方案。我们已经尝试了MySQL Bug Forum中提供的所有建议。
在这里等待解决方案,但是没有人响应此查询。请帮忙。