Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 07/23/16 in Posts

  1. Don't reuse the same database names for, the databases must be different. LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth" WorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world" CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters"
    1 point
  2. You don't need to apply databases, leave core to do the job. Drop your databases and leave core to apply updates. Also, world update into auth database? don't put all the databases on a single database.
    1 point
×
×
  • Create New...