Versiones comparadas

Clave

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

...

  • In HeidiSQL, click on the database you want to use in order to "select" it, then click Tools > Load SQL File... > (select the file) > Run file(s) directly.
  • In SQLYog, click on the database you want to use in order to "select" it, then click Database > Import > Execute SQL Script.
  • On mysql cli we sugest you to use must use mysql --default-character-set=utf8 to avoid the encoding import failures making locales look properlyimport failures, WE STRONGLY RECOMMEND TO USE THIS METHOD over the SQLYog or HeidiSQL, it's the faster method by far to import TDB and needed updates.

 

  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 Download section.
  5. Click on the "world" database and import any *.sql file available in your ...\sql\updates\world folder.
  6. NOTICE WE NEVER IMPORT sql\updates\auth or sql\updates\character files on fresh installation.
  7. NEVER ENABLE CONTINUE ON ERROR ON YOUR SQL CLIENT

...