Help Please

01/05/2013 21:12 QuickMoney#1
When I try to start up my server everything is going fine but then this pops up. Can anyone explain to me what i should do. Very Appreciated Thanks Skype= t.mcbeann


Code:
MySql.Data.MySqlClient.MySqlException (0x80004005): Access denied for user 'root'@'localhost' (using password: YES)
   at MySql.Data.MySqlClient.MySqlStream.OpenPacket()
   at MySql.Data.MySqlClient.NativeDriver.Authenticate411()
   at MySql.Data.MySqlClient.NativeDriver.Authenticate()
   at MySql.Data.MySqlClient.NativeDriver.Open()
   at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
   at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
   at MySql.Data.MySqlClient.MySqlPool.GetConnection()
   at MySql.Data.MySqlClient.MySqlConnection.Open()
   at Conquer_Online_Server.Database.KillConnections.Kill() in C:\WarlordsCQ-Emulator\Database\KillConnections.cs:line 24
01/07/2013 21:51 pro4never#2
You never setup the server configuration. This error is telling you in plain english that the username and password you entered for your sql connection was refused/incorrect.

Go to your server configuration and double check the username and password is the same as what you used for your sql instalation.