Errore server nell'applicazione '/'.

Too many connections

Descrizione: Eccezione non gestita durante l'esecuzione della richiesta Web corrente. Per ulteriori informazioni sull'errore e sul suo punto di origine nel codice, vedere la traccia dello stack.

Dettagli eccezione: MySql.Data.MySqlClient.MySqlException: Too many connections

Errore nel codice sorgente:


Riga 56:   
Riga 57: 	  Dim sqlStr, sqlStr2 As String 
Riga 58: 	  conn.Open()
Riga 59: 	  sqlStr = "SELECT Eventi.*, Laboratori.id_laboratorio, Laboratori.titolo As labt FROM Eventi Left Outer Join Laboratori On Eventi.id_laboratorio=Laboratori.id_laboratorio where Eventi.id_evento=@eid And Eventi.data_eliminazione Is Null"
Riga 60: 	  command_port = New  MySqlCommand (sqlStr, conn)

File di origine: C:\inetpub\fdg\scheda-evento.aspx.vb    Riga: 58

Traccia dello stack:


[MySqlException (0x80004005): Too many connections]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +338
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +39

[MySqlException (0x80004005): Authentication to host '127.0.0.1' for user 'ute_generazioni' using method 'mysql_native_password' failed with message: Too many connections]
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex) +218
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +108
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset) +371
   MySql.Data.MySqlClient.NativeDriver.Open() +771
   MySql.Data.MySqlClient.Driver.Open() +36
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +205
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +307
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +152
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +57
   MySql.Data.MySqlClient.MySqlConnection.Open() +1207
   web.popola_evento() in C:\inetpub\fdg\scheda-evento.aspx.vb:58
   web.Page_Load(Object sender, EventArgs e) in C:\inetpub\fdg\scheda-evento.aspx.vb:36
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Informazioni di versione: Versione di Microsoft .NET Framework:4.0.30319; Versione di ASP.NET:4.7.3930.0