Skip to content

Instantly share code, notes, and snippets.

@karlbunch
Created March 12, 2017 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlbunch/030cac44e093cd2aef58a2146ed5a286 to your computer and use it in GitHub Desktop.
Save karlbunch/030cac44e093cd2aef58a2146ed5a286 to your computer and use it in GitHub Desktop.
TrinityCore rev. 4164d8998069 2017-03-12 14:19:51 +0100 (4.3.4 branch) (Unix, Release, Static) (worldserver-daemon)
<Ctrl-C> to stop.
______ __
/\__ _\ __ __/\ \__
\/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __
\ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \
\ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \
\ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \
\/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \
C O R E /\___/
http://TrinityCore.org \/__/
Using configuration file /home/wow/server/etc/worldserver.conf.
Using SSL version: OpenSSL 1.0.2g 1 Mar 2016 (library: OpenSSL 1.0.2g 1 Mar 2016)
Using Boost version: 1.61.0
Daemon PID: 2062
Could not connect to MySQL database at 127.0.0.1: Unknown database 'auth'
Database "auth" does not exist, do you want to create it? [yes (default) / no]:
yes
Creating database "auth"...
mysql: [Warning] Using a password on the command line interface can be insecure.
Done.
Could not connect to MySQL database at 127.0.0.1: Unknown database 'characters'
Database "characters" does not exist, do you want to create it? [yes (default) / no]:
yes
Creating database "characters"...
mysql: [Warning] Using a password on the command line interface can be insecure.
Done.
Could not connect to MySQL database at 127.0.0.1: Unknown database 'world'
Database "world" does not exist, do you want to create it? [yes (default) / no]:
yes
Creating database "world"...
mysql: [Warning] Using a password on the command line interface can be insecure.
Done.
Database Auth is empty, auto populating it...
>> Applying '/home/wow/TrinityCore_434/sql/base/auth_database.sql'...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Done!
Database Character is empty, auto populating it...
>> Applying '/home/wow/TrinityCore_434/sql/base/characters_database.sql'...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Done!
Database World is empty, auto populating it...
>> Applying 'TDB_full_world_434.16_2017_02_11.sql'...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Done!
Updating Auth database...
>> Applying update "2014_10_30_00_auth.sql" 'A649209'...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Reapplying update "2016_11_06_00_auth.sql" 'C3B8489' -> 'C5FFEF6' (it changed)...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Reapplying update "2017_01_07_00_auth_from_335_was_2017_01_06_00_auth.sql" 'D471D22' -> '6CCFE6A' (it changed)...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Reapplying update "2017_01_12_00_auth.sql" '7EB5AAE' -> 'A507AAE' (it changed)...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Reapplying update "2017_02_11_00_auth.sql" '1614741' -> '589084B' (it changed)...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Applied 5 queries. Containing 4 new and 14 archived updates.
Updating Character database...
>> Reapplying update "2016_08_28_00_characters.sql" '111B0E4' -> '36A339D' (it changed)...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Reapplying update "2016_09_28_00_characters.sql" '18F0261' -> '8C1FBB1' (it changed)...
mysql: [Warning] Using a password on the command line interface can be insecure.
>> Reapplying update "2016_11_02_00_characters_from_335_was_2016_10_30_00_characters.sql" 'ED4A7CB' -> '7E2D5B2' (it changed)...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1054 (42S22) at line 1: Unknown column 'itemGuid' in 'where clause'
Applying of file '/home/wow/TrinityCore_434/sql/old/4.3.4/characters/13_2016_11_06/2016_11_02_00_characters_from_335_was_2016_10_30_00_characters.sql' to database 'characters' failed! If you are a user, pull the latest revision from the repository. If you are a developer, fix your sql query.
Could not update the Character database, see log for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment