i have this error , what is this?
![]()
i have this error , what is this?
![]()
I dunno. I never use realmserver.... No need.
You're MySQL is not running, or you haven't put the correct details in you're configuration files!
isn't username usually root? that may be one of the few errors lol
my username is root but this searching something else... i dont understand why is that.. i looked all config files but i couldnt find...
you have to do this during compiling.
open the svn folder, go into the desired branch, then the src folder/then realmserver folder.
open the master.cpp inside that folder and edit the following line of code(line 50)
then go up 1 folder back to /src, open games, find stdafx.h and remove the // in front of:Code:if(Database_Character->Initialize("localhost", 3306, "root", "password", "characterdb", 1, 1000) && Database_World->Initialize("localhost", 3306, "root", "password", "worlddb", 1, 1000))
now compile and your realmserver will workCode:#define CLUSTERING
Last edited by gmaze; 28-10-07 at 03:32 AM.
I actually think he could go into SQLyog and change the root user in the TOOLS -> USER MANAGER so it is root@% insstead of root@localhost.
Followed this discussion, works for me.
Realmserver setup discusion