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 39: 		Dim sqlStr_popola As String
Riga 40: 		'popolo tutte le immagini collegate all'articolo 2 ottobre categoria galleria 2 ottobre
Riga 41: 		conn.Open()
Riga 42: 		sqlStr_popola = "Select Multimedia.* From Multimedia " & _
Riga 43: 		"Inner Join Multimedia_articoli On Multimedia.id_multimedia=Multimedia_Articoli.id_multimedia " & _

File di origine: C:\inetpub\fdg\gallery-13-ottobre.aspx.vb    Riga: 41

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() in C:\inetpub\fdg\gallery-13-ottobre.aspx.vb:41
   web.Page_Load(Object sender, EventArgs e) in C:\inetpub\fdg\gallery-13-ottobre.aspx.vb:31
   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