Server Error in '/' Application.

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

Source Error:


Line 44: 		strBusinessname = Request.QueryString("businessname")
Line 45: 		
Line 46: 		nexus.SQLOpen()
Line 47: 		loadData()
Line 48: 		loadHovers()

Source File: C:\websites\veterinaryhospitals.net.au\www\veterinarian-profile.aspx    Line: 46

Stack Trace:


[MySqlException (0x80004005): User veterinaryhospit 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.veterinarian_profile_aspx.Page_Load(Object Sender, EventArgs E) in C:\websites\veterinaryhospitals.net.au\www\veterinarian-profile.aspx:46
   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