Server Error in '/' Application.

SELECT command denied to user 'alsae_com'@'localhost' for table `alsaeedah`.`saeedah2_currency`

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: SELECT command denied to user 'alsae_com'@'localhost' for table `alsaeedah`.`saeedah2_currency`

Source Error:


Line 31:         red.Close();
Line 32:         cmd.CommandText = "SELECT currency_name,currency_price_pay,currency_price_sell,currency_flag,currency_code FROM alsaeedah.saeedah2_currency ORDER BY currency_code DESC;";
Line 33:         red = cmd.ExecuteReader();
Line 34:         double avg = 0, v1 = 0, v2 = 0;
Line 35:         while (red.Read())

Source File: e:\vhosts\alsaeedah.mochahosted.com\httpdocs\currency.aspx.cs    Line: 33

Stack Trace:


[MySqlException (0x80004005): SELECT command denied to user 'alsae_com'@'localhost' for table `alsaeedah`.`saeedah2_currency`]
   MySql.Data.MySqlClient.MySqlStream.OpenPacket() +239
   MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId) +62
   MySql.Data.MySqlClient.MySqlDataReader.GetResultSet() +48
   MySql.Data.MySqlClient.MySqlDataReader.NextResult() +524
   MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +815
   MySql.Data.MySqlClient.MySqlCommand.ExecuteReader() +6
   weather.Page_Load(Object sender, EventArgs e) in e:\vhosts\alsaeedah.mochahosted.com\httpdocs\currency.aspx.cs:33
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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