So i recently got a vps so i can open a server and host it from this vps but when i open login server program this error message pops up... can some one explain what this is?
MySql.Data.MySqlClient.MySqlException (0x80004005): Authentication to host 'localhost' for user 'root' using method 'mysql_native_password' failed with message: Access denied for user 'root'@'localhost' (using password: YES) ---> MySql.Data.MySqlClient.MySqlException (0x80004005): Access denied for user 'root'@'localhost' (using password: YES)
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.Authentication.MySqlAuthent icationPlugin.ReadPacket()
at MySql.Data.MySqlClient.Authentication.MySqlAuthent icationPlugin.AuthenticationFailed(Exception ex)
at MySql.Data.MySqlClient.Authentication.MySqlAuthent icationPlugin.ReadPacket()
at MySql.Data.MySqlClient.Authentication.MySqlAuthent icationPlugin.Authenticate(Boolean reset)
at MySql.Data.MySqlClient.NativeDriver.Authenticate(S tring authMethod, Boolean reset)
at MySql.Data.MySqlClient.NativeDriver.Open()
at MySql.Data.MySqlClient.Driver.Open()
at MySql.Data.MySqlClient.Driver.Create(MySqlConnecti onStringBuilder settings)
at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledCo nnection()
at MySql.Data.MySqlClient.MySqlPool.GetPooledConnecti on()
at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
at MySql.Data.MySqlClient.MySqlPool.GetConnection()
at MySql.Data.MySqlClient.MySqlConnection.Open()
at NewestCOServer.MySQL.MySqlReader.TryFill(MySqlComm and command) in C:\Users\Administrator\Desktop\EpicSource\Mysql\my sql ready.cs:line 81
at NewestCOServer.MySQL.MySqlReader..ctor(MySqlComman d command) in C:\Users\Administrator\Desktop\EpicSource\Mysql\my sql ready.cs:line 20
at NewestCOServer.CityWar.Load() in C:\Users\Administrator\Desktop\EpicSource\CityWar. cs:line 17
at NewestCOServer.Program.Main(String[] args) in C:\Users\Administrator\Desktop\EpicSource\Program. cs:line 440






