I've been fighting with this whole process for days now, with no prior knowledge of MySQL or anything to do with this, but a background in other programming, so I have SOME knowledge.
Anyways. Finally getting these to start and got past the first error I had (after surfing thru the forums for a bit to find my answer), but now I'm not too sure what's wrong. Authserver.exe seems to be loading fine, but world is having an issue. Here's the log I have:
2010-08-16 14:56:23 Using configuration file worldserver.conf.
2010-08-16 14:56:24 TrinityCore Rev: 9380 Release Hash: 902bae860fe5 (Win32,little-endian) (core-daemon)
2010-08-16 14:56:24 <Ctrl-C> to stop.
2010-08-16 14:56:24 ______ __
2010-08-16 14:56:24 /\__ _\ __ __/\ \__
2010-08-16 14:56:24 \/_/\ \/ _ __ /\_\ ___ /\_\ \ ,_\ __ __
2010-08-16 14:56:24 \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \
2010-08-16 14:56:24 \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \
2010-08-16 14:56:24 \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \
2010-08-16 14:56:24 \/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \
2010-08-16 14:56:24 C O R E /\___/
2010-08-16 14:56:24 http://TrinityCore.org \/__/
2010-08-16 14:56:24 MySQL client library: 5.1.49
2010-08-16 14:56:24 MySQL server ver: 5.1.49-community
2010-08-16 14:56:24 MySQL client library: 5.1.49
2010-08-16 14:56:24 MySQL server ver: 5.1.49-community
2010-08-16 14:56:24 MySQL client library: 5.1.49
2010-08-16 14:56:24 MySQL server ver: 5.1.49-community
2010-08-16 14:56:24 Realm running as realm ID 1
2010-08-16 14:56:24 Using World DB: TDB 335.10.33
2010-08-16 14:56:24 Using creature EventAI: ACID 3.0.4 - Final Release for Trinity (3.3.2 Client)
2010-08-16 14:56:24 Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
2010-08-16 14:56:24 Using DataDir ./
2010-08-16 14:56:24 WORLD: VMap support included. LineOfSight:1, getHeight:1
2010-08-16 14:56:24 WORLD: VMap data directory is: ./vmaps
2010-08-16 14:56:24 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds
2010-08-16 14:56:24
2010-08-16 14:56:24 Loading Trinity strings...
2010-08-16 14:56:26
2010-08-16 14:56:26 >> Loaded 860 Trinity strings from table trinity_string
2010-08-16 14:56:26 Initialize data stores...
2010-08-16 14:56:30
2010-08-16 14:56:30 >> Initialized 89 data stores
2010-08-16 14:56:30 Using enUS DBC Locale as default. All available DBC locales: enUS
2010-08-16 14:56:30
2010-08-16 14:56:30 Loading Script Names...
2010-08-16 14:56:30 ERROR: SQL: SELECT DISTINCT(ScriptName) FROM achievement_criteria_data WHERE ScriptName <> '' AND type = 11 UNION SELECT DISTINCT(ScriptName) FROM battleground_template WHERE ScriptName <> '' UNION SELECT DISTINCT(ScriptName) FROM creature_template WHERE ScriptName <> '' UNION SELECT DISTINCT(ScriptName) FROM gameobject_template WHERE ScriptName <> '' UNION SELECT DISTINCT(ScriptName) FROM item_template WHERE ScriptName <> '' UNION SELECT DISTINCT(ScriptName) FROM areatrigger_scripts WHERE ScriptName <> '' UNION SELECT DISTINCT(ScriptName) FROM spell_script_names WHERE ScriptName <> '' UNION SELECT DISTINCT(ScriptName) FROM transports WHERE ScriptName <> '' UNION SELECT DISTINCT(ScriptName) FROM game_weather WHERE ScriptName <> '' UNION SELECT DISTINCT(ScriptName) FROM conditions WHERE ScriptName <> '' UNION SELECT DISTINCT(ScriptName) FROM outdoorpvp_template WHERE ScriptName <> '' UNION SELECT DISTINCT(script) FROM instance_template WHERE script <> ''
2010-08-16 14:56:30 ERROR: query ERROR: Table 'world.spell_script_names' doesn't exist
2010-08-16 14:56:30
2010-08-16 14:56:30 ERROR: >> Loaded empty set of Script Names!
2010-08-16 14:56:30 Loading Instance Template...
2010-08-16 14:56:30 ERROR: Error in instance_template table, probably sql file format was updated (there should be 8 fields in sql).
The last issue I had it seems I just had to update the SQL db with the update files.. Now... I'm not exactly sure WHAT is wrong... Any help would be greatly appreciated!!