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






