用户已经拥有超过'max_user_connections'的活动连接

问题描述:

我收到此错误:



I'm getting this error:

User xxx already has more than 'max_user_connections' active connections







一旦实时用户超过50分,就会发生这种情况。我正在使用Windows共享主机。



使用的技术:Asp.Net 3.5,MySQL





如何解决这个问题?有什么想法吗?



我尝试过:



我查了一下代码。所有连接都完全关闭。




It happens once the real time users cross 50 mark. I'm using windows shared hosting.

Tech Used: Asp.Net 3.5, MySQL


How to resolve this? Any ideas?

What I have tried:

I have checked the code. All the connections are closed perfectly.