Server Error in '/' Application.

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

Source Error:


Line 41:         strBusinessname = Request.QueryString("businessname")
Line 42: 
Line 43:         Nexus.sqlOpen()
Line 44: 
Line 45: 

Source File: C:\websites\architects.net.au\www\architect.aspx    Line: 43

Stack Trace:


[MySqlException (0x80004005): User architects already has more than 'max_user_connections' active connections]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +269
   MySql.Data.MySqlClient.NativeDriver.AuthenticateNew() +383
   MySql.Data.MySqlClient.NativeDriver.Open() +1140
   MySql.Data.MySqlClient.Driver.Open() +71
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +185
   MySql.Data.MySqlClient.MySqlConnection.Open() +1539
   Nexus.sqlOpen() +166
   ASP.architect_aspx.Page_Load(Object Sender, EventArgs E) in C:\websites\architects.net.au\www\architect.aspx:43
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8974