Server Error in '/' Application.

User topgame1 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 topgame1 already has more than 'max_user_connections' active connections

Source Error:


Line 8:      Dim sql = "SELECT * FROM tbl_event INNER JOIN tbl_venue ON eventVenue = venueId INNER JOIN tbl_organisation ON eventOrganisation = organisationId WHERE eventId = " + eventId + " AND eventPublishYN = 1 ORDER BY eventDate"
Line 9:  
Line 10:     Dim rs = conn.Query(sql)
Line 11: 
Line 12:     Dim eventDate As Date

Source File: D:\HostingSpaces\kettlecup\topgame.network\wwwroot\event.vbhtml    Line: 10

Stack Trace:


[MySqlException (0x80004005): User topgame1 already has more than 'max_user_connections' active connections]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +352
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +39

[MySqlException (0x80004005): Authentication to host 'mysql5.websitelive.net' for user 'topgame1' using method 'mysql_native_password' failed with message: User topgame1 already has more than 'max_user_connections' active connections]
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex) +177
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +64
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset) +396
   MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolean reset) +73
   MySql.Data.MySqlClient.NativeDriver.Open() +1275
   MySql.Data.MySqlClient.Driver.Open() +50
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +223
   MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() +11
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +333
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +93
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +65
   MySql.Data.MySqlClient.MySqlConnection.Open() +1128
   WebMatrix.Data.Database.EnsureConnectionOpen() +46
   WebMatrix.Data.<QueryInternal>d__0.MoveNext() +67
   System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +186
   System.Linq.Enumerable.ToList(IEnumerable`1 source) +61
   WebMatrix.Data.Database.Query(String commandText, Object[] parameters) +100
   ASP._Page_event_vbhtml.Execute() in D:\HostingSpaces\kettlecup\topgame.network\wwwroot\event.vbhtml:10
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +198
   System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors) +69
   System.Web.WebPages.WebPage.ExecutePageHierarchy() +131
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +78
   System.Web.WebPages.WebPageHttpHandler.ProcessRequestInternal(HttpContextBase httpContext) +116


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