Server Error in '/' Application.

Access denied for user 'Sql821215'@'31.11.33.65' (using password: YES)

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: Access denied for user 'Sql821215'@'31.11.33.65' (using password: YES)

Source Error:


Line 145:        Dim da As New MySqlClient.MySqlDataAdapter(cmd)
Line 146:        Dim dt As New Data.DataTable("dt")
Line 147:        da.Fill(dt)
Line 148:        Return dt
Line 149:    End Function

Source File: D:\inetpub\webs\bookingsportit\App_Code\DLL\SottocategoriaDB.vb    Line: 147

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'Sql821215'@'31.11.33.65' (using password: YES)]
   MySql.Data.MySqlClient.MySqlStream.OpenPacket() +228
   MySql.Data.MySqlClient.NativeDriver.Authenticate411() +145
   MySql.Data.MySqlClient.NativeDriver.Authenticate() +78
   MySql.Data.MySqlClient.NativeDriver.Open() +943
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +50
   MySql.Data.MySqlClient.MySqlConnection.Open() +366
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +119
   System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +158
   System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +107
   SottocategoriaDB.SelezionaSottocategoriaById(Int32 m_sottocategoria_id) in D:\inetpub\webs\bookingsportit\App_Code\DLL\SottocategoriaDB.vb:147
   Sottocategoria.SelezionaSottocategoriaById(Int32 m_sottocategoria_id) in D:\inetpub\webs\bookingsportit\App_Code\BLL\SottoCategoria.vb:324
   Sottocategoria.SelezionaIstanzaSottocategoriaById(Int32 m_sottocategoria_id) in D:\inetpub\webs\bookingsportit\App_Code\BLL\SottoCategoria.vb:338
   CtrlListaRegioni.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\bookingsportit\Controlli\listaRegioni.ascx.vb:71
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   System.Web.UI.Control.LoadRecursive() +130
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2852


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