简体   繁体   English

mysql连接过多

[英]mysql too many connections

Too many connections - End of inner exception stack trace - I get this exception for an application running mysql as backend and .net. 连接太多-内部异常堆栈跟踪结束-对于运行mysql作为后端和.net的应用程序,我得到此异常。

Any thoughts on the source of this, our DB guy tells that max connections has not reached, so this error is not because of max connection? 对此消息有任何想法,我们的数据库专家会告诉您尚未达到最大连接数,因此此错误不是由于最大连接数引起的吗?

Thanks. 谢谢。

While the database may not have reached the max connections it is possible for the user to reach a threshold of connections. 虽然数据库可能尚未达到最大连接数,但用户有可能达到连接阈值。 I find that this will occur when the .NET connector does not (or you haven't) closed the connection cleanly. 我发现当.NET连接器没有(或者您还没有)干净地关闭连接时,就会发生这种情况。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM