Server Error in '/' Application.

User 'magazinluna_db' has exceeded the 'max_user_connections' resource (current value: 30)

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 'magazinluna_db' has exceeded the 'max_user_connections' resource (current value: 30)

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[MySqlException (0x80004005): User 'magazinluna_db' has exceeded the 'max_user_connections' resource (current value: 30)]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +389
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +39

[MySqlException (0x80004005): Authentication to host 'localhost' for user 'magazinluna_db' using method 'mysql_native_password' failed with message: User 'magazinluna_db' has exceeded the 'max_user_connections' resource (current value: 30)]
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex) +216
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +108
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset) +372
   MySql.Data.MySqlClient.NativeDriver.Open() +795
   MySql.Data.MySqlClient.Driver.Open() +63
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +329
   MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() +18
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +299
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +151
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +60
   MySql.Data.MySqlClient.MySqlConnection.Open() +1126
   Synapsys.Data.SqlDataStore.ExecuteReader(String sSqlQuery) +111
   Synapsys.Gepard.GepardHttpHandler.LoadAllUsersRolesToCollection() +76
   Synapsys.Gepard.GepardHttpHandler.SetGepardSettings() +450
   Synapsys.Gepard.GepardHttpHandler.Page_Load(Object sender, EventArgs e) +107
   MagazinLuna.Business.LunaHttpHandler.Page_Load(Object sender, EventArgs e) in C:\Users\patri\VisualStudio.Projects\MagazinLUNASolution\MagazinLuna.Business\LunaHttpHandler.cs:21
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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