Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Advertencia
titleImportant

Note: There are multiple .sql files to choose from in the .7z archive. If this is your first time installing TrinityCore, you will want to import ONLY the file with "TDB_full" at the beginning. 
The other files are for updating existing world and characters databases from a previous compilation. This makes it easy to update your databases from one compilation to the next as explained in the section above.  

NEVER apply the sql files in the sql\old directory , as on fresh instalations, those files are only needed for people updating core between TDB releases that uses long time to update between revisions.
NEVER APPLY THE SQL FILES ON auth/character databases on fresh instalations those files are only needed for people updating core between TDB releases.


NEVER EVER (LIKE, EVER) ENABLE CONTINUE ON ERROR ON YOUR SQL CLIENT.

...

  1. Create the three databases by importing ...\sql\create\create_mysql.sql. You now have three databases - auth, characters, and world. You may need to refresh your program in order to see the new databases.
  2. Click on the "auth" database and import the auth database structure by importing ...\sql\base\auth_database.sql.
  3. Click on the "characters" database and import the characters database structure by importing ...\sql\base\character_database.sql.
  4. Click on the "world" database and import the world database structure by extracting and importing the "TDB_full_*.sql" file you downloaded from the Database download section.
  5. Click on the "world" database and import any *.sql file available in your ...\sql\updates\world folder THIS IS MANDATORY or your core can fail to start.
  6. NOTICE WE NEVER IMPORT sql\updates\auth or sql\updates\character files on fresh installation, those files are for update trinitycore not for fresh install.
  7. NEVER ENABLE CONTINUE ON ERROR ON YOUR SQL CLIENT

...