I get this message when i try to start up the server :S
2009-07-24 18:07:40 SQL: UPDATE account SET online = 0 WHERE online > 0 AND id IN (SELECT acctid FROM realmcharacters WHERE realmid = '1')
2009-07-24 18:07:40 SQL ERROR: Table 'realmd.account' doesn't exist
2009-07-24 18:07:40 SQL: UPDATE realmlist SET allowedSecurityLevel = '0' WHERE id = '1'
2009-07-24 18:07:40 SQL ERROR: Table 'realmd.realmlist' doesn't exist
2009-07-24 18:07:43 SQL: UPDATE realmlist SET icon = 1, timezone = 1 WHERE id = '1'
2009-07-24 18:07:43 SQL ERROR: Table 'realmd.realmlist' doesn't exist
2009-07-24 18:17:31 SQL: SELECT db_version FROM version LIMIT 1
2009-07-24 18:17:31 query ERROR: Table 'world.version' doesn't exist
2009-07-24 18:17:31 SQL: UPDATE version SET core_version = 'TrinityCore2 Rev: 4194 Hash: d5b173cc454e (Win32,little-endian)', core_revision = '4194'
2009-07-24 18:17:31 SQL ERROR: Table 'world.version' doesn't exist
2009-07-24 18:17:31 SQL: UPDATE account SET online = 0 WHERE online > 0 AND id IN (SELECT acctid FROM realmcharacters WHERE realmid = '1')
2009-07-24 18:17:31 SQL ERROR: Table 'realmd.account' doesn't exist
2009-07-24 18:17:31 SQL: UPDATE realmlist SET allowedSecurityLevel = '0' WHERE id = '1'
2009-07-24 18:17:31 SQL: SELECT MAX(guid) FROM gameobject
2009-07-24 18:17:31 SQL ERROR: Table 'realmd.realmlist' doesn't exist
2009-07-24 18:17:31 query ERROR: Table 'world.gameobject' doesn't exist
2009-07-24 18:17:31 SQL: SELECT entry,content_default,content_loc1,content_loc2,content_loc3,content_loc4,content_loc5,content_loc6,content_loc7,content_loc8 FROM trinity_string
2009-07-24 18:17:31 query ERROR: Table 'world.trinity_string' doesn't exist
2009-07-24 18:17:31 >> Loaded 0 trinity strings. DB table trinity_string is empty. Cannot continue.
When i tried to check in navicat/SQLyog manually i noticed there were only 2 tables in there, and i cant execute them manually either.. keep getting a error.
Any help or solutions are appreciated!
Thanks!