Server Error in '/' Application.

User voleyboluar already has more than 'max_user_connections' active connections

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: MySql.Data.MySqlClient.MySqlException: User voleyboluar already has more than 'max_user_connections' active connections

Source Error:


Line 47:         Dim c As New mysqlConnection()
Line 48:         c.ConnectionString = connectionstring
Line 49:         c.Open()
Line 50:         Dim d As New mysqlCommand()
Line 51:         d.Connection = c

Source File: D:\vhosts\tvolaf.org.tr\httpdocs\App_Code\commFunctions.vb    Line: 49

Stack Trace:


[MySqlException (0x80004005): User voleyboluar already has more than 'max_user_connections' active connections]
   MySql.Data.MySqlClient.MySqlStream.OpenPacket() +228
   MySql.Data.MySqlClient.NativeDriver.Authenticate411() +145
   MySql.Data.MySqlClient.NativeDriver.Authenticate() +78
   MySql.Data.MySqlClient.NativeDriver.Open() +943
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +87
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +24
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +139
   MySql.Data.MySqlClient.MySqlConnection.Open() +364
   commFunctions.katAdi(String kid) in D:\vhosts\tvolaf.org.tr\httpdocs\App_Code\commFunctions.vb:49
   _Default.icerik() in D:\vhosts\tvolaf.org.tr\httpdocs\kategoriler.aspx.vb:16
   _Default._Default_Init(Object sender, EventArgs e) in D:\vhosts\tvolaf.org.tr\httpdocs\kategoriler.aspx.vb:77
   System.Web.UI.Control.OnInit(EventArgs e) +97
   System.Web.UI.Page.OnInit(EventArgs e) +14
   System.Web.UI.Control.InitRecursive(Control namingContainer) +142
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +416


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0