[Help]5375!

09/26/2011 23:55 duac#1
Hello all.

I have some problems with my 5375 server and i dont know how to fix it.
I hope there is someone out there who can help me solve this problem.

Here comes the error

Code:
 MySql.Data.MySqlClient.MySqlCommand cmd = new MySql.Data.MySqlClient.MySqlCommand(command.Command, conn);
......Name.............................Value...... ...
Code:
+$exception	{"Access denied for user 'test'@'localhost' (using password: YES)"}	System.Exception {MySql.Data.MySqlClient.MySqlException}
Code:
+		this	{Conquer_Online_Server.Database.MySqlReader}	Conquer_Online_Server.Database.MySqlReader
Code:
+command	{Conquer_Online_Server.Database.MySqlCommand}	Conquer_Online_Server.Database.MySqlCommand
Code:
+		conn	{MySql.Data.MySqlClient.MySqlConnection}	MySql.Data.MySqlClient.MySqlConnection
Code:
		cmd	null	MySql.Data.MySqlClient.MySqlCommand

Access denied for user 'test'@'localhost' (using password: YES)

I can't start the server, when im debugging Conquer_Online_Server this is coming up.
09/27/2011 01:39 pro4never#2
#moved

why do people keep ignoring the PRIVATE SERVER SECTION...


The error is rather easy to read... you never set up the source to use your database's username and password from when you set it up.
09/27/2011 18:36 duac#3
Quote:
Originally Posted by pro4never View Post
#moved

why do people keep ignoring the PRIVATE SERVER SECTION...


The error is rather easy to read... you never set up the source to use your database's username and password from when you set it up.
I got it working, my brother fixed it for me.. Also thanks for you reply !