acsent error(realmserver) wow 2.2.3

Results 1 to 8 of 8
  1. #1
    Newbie ozelgoze is offline
    MemberRank
    Nov 2005 Join Date
    Lefkosa, NicosiLocation
    19Posts

    acsent error(realmserver) wow 2.2.3

    i have this error , what is this?



  2. #2
    Sorcerer Supreme grandmst20 is offline
    Member +Rank
    Feb 2007 Join Date
    427Posts

    Re: acsent error(realmserver) wow 2.2.3

    I dunno. I never use realmserver.... No need.

  3. #3
    Sorcerer Supreme mclarkey08 is offline
    Member +Rank
    Oct 2007 Join Date
    England, UKLocation
    428Posts

    Re: acsent error(realmserver) wow 2.2.3

    You're MySQL is not running, or you haven't put the correct details in you're configuration files!

  4. #4
    Member kilranox is offline
    MemberRank
    Oct 2007 Join Date
    42Posts

    Re: acsent error(realmserver) wow 2.2.3

    isn't username usually root? that may be one of the few errors lol

  5. #5
    Newbie ozelgoze is offline
    MemberRank
    Nov 2005 Join Date
    Lefkosa, NicosiLocation
    19Posts

    Re: acsent error(realmserver) wow 2.2.3

    my username is root but this searching something else... i dont understand why is that.. i looked all config files but i couldnt find...

  6. #6
    Elite Member gmaze is offline
    Member +Rank
    May 2007 Join Date
    IndianaLocation
    238Posts

    Re: acsent error(realmserver) wow 2.2.3

    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)
    Code:
    if(Database_Character->Initialize("localhost", 3306, "root", "password", "characterdb", 1, 1000) &&
    		Database_World->Initialize("localhost", 3306, "root", "password", "worlddb", 1, 1000))
    then go up 1 folder back to /src, open games, find stdafx.h and remove the // in front of:
    Code:
    #define CLUSTERING
    now compile and your realmserver will work
    Last edited by gmaze; 28-10-07 at 03:32 AM.

  7. #7
    Newbie TheFunny is offline
    MemberRank
    Oct 2007 Join Date
    10Posts

    Re: acsent error(realmserver) wow 2.2.3

    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.

  8. #8
    Elite Member gmaze is offline
    Member +Rank
    May 2007 Join Date
    IndianaLocation
    238Posts

    Re: acsent error(realmserver) wow 2.2.3



    Followed this discussion, works for me.
    Realmserver setup discusion



Advertisement