I get an error when trying to install wordpress through the DotNetPanel Application Installer. To be honest I have never been able to install anything besides myphpadmin from the Application Installer.
Any suggestions on how to fix my dilemma?
This error in the code below seems to be the problem: "MySql.Data.MySqlClient.MySqlException: #42000Access denied for user 'donnye'@'%' to database 'mysql' "
The error I get is listed below:
| Page URL: |
http://sandyhassomethingtosay.com:(hiddenforsecurity)/Default.aspx?pid=SpaceApplicationsInstaller&mid=74&ctl=edit&ApplicationID=WordPress&SpaceID=14 |
| Logged User: |
DonnyE |
| Work on Behalf: |
DonnyE |
| Hosting Space: |
14 |
| Stack Trace: |
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'INSTALL_APPLICATION' task on 'WordPress' APP_INSTALLER ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> MySql.Data.MySqlClient.MySqlException: #42000Access denied for user 'donnye'@'%' to database 'mysql' at MySql.Data.MySqlClient.PacketReader.CheckForError() at MySql.Data.MySqlClient.PacketReader.ReadHeader() at MySql.Data.MySqlClient.PacketReader.OpenPacket() at MySql.Data.MySqlClient.NativeDriver.Authenticate411() at MySql.Data.MySqlClient.NativeDriver.Authenticate() at MySql.Data.MySqlClient.NativeDriver.Open() at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() at MySql.Data.MySqlClient.MySqlPool.GetConnection() at MySql.Data.MySqlClient.MySqlPoolManager.GetConnection(MySqlConnectionString settings) at MySql.Data.MySqlClient.MySqlConnection.Open() at DotNetPark.DotNetPanel.Providers.Database.MySqlServer.ExecuteSqlNonQuerySafe(String databaseName, String username, String password, String commandText) at DotNetPark.DotNetPanel.Server.DatabaseServer.ExecuteSqlNonQuerySafe(String databaseName, String username, String password, String commandText) --- End of inner exception stack trace --- at DotNetPark.DotNetPanel.EnterpriseServer.WebApplicationsInstaller.RunScenario(String scenarioPath, InstallationInfo inst, Boolean throwExceptions) at DotNetPark.DotNetPanel.EnterpriseServer.WebApplicationsInstaller.InstallWebApplication(InstallationInfo inst) --- End of inner exception stack trace --- at DotNetPark.DotNetPanel.EnterpriseServer.WebApplicationsInstaller.InstallWebApplication(InstallationInfo inst) at DotNetPark.DotNetPanel.EnterpriseServer.WebApplicationsInstaller.InstallApplication(InstallationInfo inst) at DotNetPark.DotNetPanel.EnterpriseServer.esApplicationsInstaller.InstallApplication(InstallationInfo inst) --- End of inner exception stack trace --- at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[ parameters) at DotNetPark.DotNetPanel.EnterpriseServer.esApplicationsInstaller.InstallApplication(InstallationInfo inst) at DotNetPark.DotNetPanel.Portal.InstallerInstallApplication.InstallApplication() |