help

Results 1 to 3 of 3
  1. #1
    Newbie mike69798 is offline
    MemberRank
    May 2007 Join Date
    4Posts

    help

    Query:

    Error occured at:2007-05-26 22:14:17
    Line no.:0
    Error Code: 1049 - Unknown database 'mangos_bc'
    Query:

    Error occured at:2007-05-26 22:14:43
    Line no.:0
    Error Code: 1049 - Unknown database 'mangos_bc'
    Query:

    Error occured at:2007-05-27 01:00:52
    Line no.:0
    Error Code: 1049 - Unknown database 'mangos_bc'
    Query:

    Error occured at:2007-05-27 01:00:55
    Line no.:0
    Error Code: 1049 - Unknown database 'mangos_bc'
    Query:

    Error occured at:2007-05-27 01:00:56
    Line no.:0
    Error Code: 1049 - Unknown database 'mangos_bc'
    Query:

    Error occured at:2007-05-27 01:00:58
    Line no.:0
    Error Code: 1049 - Unknown database 'mangos_bc'
    Query:

    Error occured at:2007-05-27 01:01:00
    Line no.:0
    Error Code: 1049 - Unknown database 'mangos_bc'
    Query:

    Error occured at:2007-05-27 01:31:55
    Line no.:0
    Error Code: 1049 - Unknown database 'mangos_bc'
    Query:

    Error occured at:2007-05-27 10:37:16
    Line no.:0
    Error Code: 1049 - Unknown database 'mangos_bc'

    That is what I get when I try to execute mangos_bc on sql log


  2. #2
    Grand Master EvilRyu is offline
    Grand MasterRank
    May 2006 Join Date
    ScotlandLocation
    571Posts

    Re: help

    Make sure your mangos.conf and realmd.conf has the corrent name of database.
    Example:-

    Mangos.conf:

    # Database connection settings for the world server.
    # Default: hostname;port;username;password;database
    # .;somenumber;username;password;database - use named pipes at Windows
    # Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    # .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    # Unix sockets: experimental, not tested
    LoginDatabaseInfo = "127.0.0.1;3306;root;***;realmd_bc"
    WorldDatabaseInfo = "127.0.0.1;3306;root;***;mangos_bc"

    Realmd.conf:

    # Database connection settings for the realm server.
    # Default: hostname;port;username;password;database
    # .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    # Unix sockets: experimental, not tested
    #LoginDatabaseInfo = "127.0.0.1;3306;root;***;realmd"
    LoginDatabaseInfo = "127.0.0.1;3306;root;***;realmd_bc"

    And of course check your database to make sure both are called:
    mangos_bc
    realmd_bc

  3. #3
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,515Posts

    Re: help

    u misunderstood him, ryu. anyways, if you read the error, you might be able to figure out what the damn problem is. It's this simple: YOU NEED TO MAKE A DB IN MYSQL NAMED MANGOS_BC. See? Told you it was simple... people really need to start actually reading errors before wasting space with threads like these... -_-



Advertisement