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 78:         Dim c3 As New MySqlConnection()
Line 79:         c3.ConnectionString = connectionstring
Line 80:         c3.Open()
Line 81:         Dim d3 As New MySqlCommand()
Line 82:         d3.Connection = c3

Source File: D:\vhosts\tvolaf.org.tr\httpdocs\icerik.aspx.vb    Line: 80

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() +366
   _Default.resimler(String takipNo) in D:\vhosts\tvolaf.org.tr\httpdocs\icerik.aspx.vb:80
   _Default.icerik() in D:\vhosts\tvolaf.org.tr\httpdocs\icerik.aspx.vb:59
   _Default._Default_Load(Object sender, EventArgs e) in D:\vhosts\tvolaf.org.tr\httpdocs\icerik.aspx.vb:11
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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