[Request]Help with Coemuv2 Server start

09/01/2009 23:55 Nhborn8816#1
Hey all,

I have been having some issues with the coemuv2 source, i have used other sources and been able to get the server running fine, however not so well with this one. I followed the tut posted by andy and i get an error:

(MySql.Data.MySqlClient.MySqlException: Access denied for user 'coemuory'@'localhost' (using password: YES)

the server then crashes right after that.


this is my databaseconnection:

public static class DatabaseConnection
{
public const string USER_NAME = "root";
public const string PASSWORD = "root";
public const string SERVER = "127.0.0.1";
public const string DATA_BASE = "conqueremu";
public static MySqlConnection DBConnection = null;
public static MySqlConnection NewConnection()

i double checked the password and that was it, however in my users i dont have a coemuory, so i even made one and tried that, it still not working.

My msn is [Only registered and activated users can see links. Click Here To Register...]
09/03/2009 00:50 Nhborn8816#2
i have messed with everything i can think of and still nothing.