hi, I am trying to run a lan server following all the instructions given here but it seems I must be retarded or something as I can't even get Mangos or RealmD to even connect. And thats after going over all the advice give here. Here is what the DBErros says after I run Mangos:
2008-07-05 00:14:47 SQL: UPDATE characters SET online = 0
2008-07-05 00:14:47 SQL ERROR: Table 'mangos.characters' doesn't exist
2008-07-05 00:14:47 SQL: UPDATE account SET online = 0 WHERE online > 0 AND id IN (SELECT acctid FROM realmcharacters WHERE realmid = '1')
2008-07-05 00:14:47 SQL ERROR: Table 'mangos.account' doesn't exist
2008-07-05 00:14:47 SQL: UPDATE realmlist SET allowedSecurityLevel = '0' WHERE id = '1'
2008-07-05 00:14:47 SQL ERROR: Table 'mangos.realmlist' doesn't exist
2008-07-05 00:14:47 SQL: SELECT MAX(guid) FROM characters
2008-07-05 00:14:47 query ERROR: Table 'mangos.characters' doesn't exist
2008-07-05 00:14:47 SQL: SELECT MAX(id) FROM character_pet
2008-07-05 00:14:47 query ERROR: Table 'mangos.character_pet' doesn't exist
2008-07-05 00:14:47 SQL: SELECT MAX(guid) FROM item_instance
2008-07-05 00:14:47 query ERROR: Table 'mangos.item_instance' doesn't exist
2008-07-05 00:14:47 SQL: SELECT MAX(id) FROM auctionhouse
2008-07-05 00:14:47 query ERROR: Table 'mangos.auctionhouse' doesn't exist
2008-07-05 00:14:47 SQL: SELECT MAX(id) FROM mail
2008-07-05 00:14:47 query ERROR: Table 'mangos.mail' doesn't exist
2008-07-05 00:14:47 SQL: SELECT MAX(id) FROM item_text
2008-07-05 00:14:47 query ERROR: Table 'mangos.item_text' doesn't exist
2008-07-05 00:14:47 SQL: DELETE FROM character_inventory WHERE item >= '1'
2008-07-05 00:14:47 SQL ERROR: Table 'mangos.character_inventory' doesn't exist
2008-07-05 00:14:47 SQL: SELECT MAX(guid) FROM corpse
2008-07-05 00:14:47 query ERROR: Table 'mangos.corpse' doesn't exist
2008-07-05 00:14:47 SQL: DELETE FROM mail_items WHERE item_guid >= '1'
2008-07-05 00:14:47 SQL ERROR: Table 'mangos.mail_items' doesn't exist
2008-07-05 00:14:47 SQL: DELETE FROM auctionhouse WHERE itemguid >= '1'
2008-07-05 00:14:47 SQL ERROR: Table 'mangos.auctionhouse' doesn't exist
2008-07-05 00:14:47 SQL: DELETE FROM guild_bank_item WHERE item_guid >= '1'
2008-07-05 00:17:30 SQL: UPDATE characters SET online = 0
2008-07-05 00:17:30 SQL ERROR: Table 'mangos.characters' doesn't exist
2008-07-05 00:17:30 SQL: SELECT MAX(guid) FROM characters
2008-07-05 00:17:30 query ERROR: Table 'mangos.characters' doesn't exist
2008-07-05 00:17:30 SQL: UPDATE account SET online = 0 WHERE online > 0 AND id IN (SELECT acctid FROM realmcharacters WHERE realmid = '1')
2008-07-05 00:17:30 SQL ERROR: Table 'mangos.account' doesn't exist
2008-07-05 00:17:30 SQL: UPDATE realmlist SET allowedSecurityLevel = '0' WHERE id = '1'
2008-07-05 00:17:30 SQL ERROR: Table 'mangos.realmlist' doesn't exist
2008-07-05 00:17:30 SQL: SELECT MAX(id) FROM character_pet
2008-07-05 00:17:30 query ERROR: Table 'mangos.character_pet' doesn't exist
2008-07-05 00:17:30 SQL: SELECT MAX(guid) FROM item_instance
2008-07-05 00:17:30 query ERROR: Table 'mangos.item_instance' doesn't exist
2008-07-05 00:17:30 SQL: SELECT MAX(id) FROM auctionhouse
2008-07-05 00:17:30 query ERROR: Table 'mangos.auctionhouse' doesn't exist
2008-07-05 00:17:30 SQL: SELECT MAX(id) FROM mail
2008-07-05 00:17:30 query ERROR: Table 'mangos.mail' doesn't exist
2008-07-05 00:17:30 SQL: SELECT MAX(id) FROM item_text
2008-07-05 00:17:30 query ERROR: Table 'mangos.item_text' doesn't exist
2008-07-05 00:17:30 SQL: SELECT MAX(guid) FROM corpse
2008-07-05 00:17:30 query ERROR: Table 'mangos.corpse' doesn't exist
2008-07-05 00:17:30 SQL: DELETE FROM character_inventory WHERE item >= '1'
2008-07-05 00:17:30 SQL ERROR: Table 'mangos.character_inventory' doesn't exist
2008-07-05 00:17:30 SQL: DELETE FROM mail_items WHERE item_guid >= '1'
2008-07-05 00:17:30 SQL ERROR: Table 'mangos.mail_items' doesn't exist
2008-07-05 00:17:30 SQL: DELETE FROM auctionhouse WHERE itemguid >= '1'
2008-07-05 00:17:30 SQL ERROR: Table 'mangos.auctionhouse' doesn't exist
2008-07-05 00:17:30 SQL: DELETE FROM guild_bank_item WHERE item_guid >= '1'
2008-07-05 00:17:30 SQL ERROR: Table 'mangos.guild_bank_item' doesn't exist
2008-07-05 00:28:38 SQL: UPDATE characters SET online = 0
2008-07-05 00:28:38 SQL ERROR: Table 'mangos.characters' doesn't exist
2008-07-05 00:28:38 SQL: SELECT MAX(guid) FROM characters
2008-07-05 00:28:38 query ERROR: Table 'mangos.characters' doesn't exist
2008-07-05 00:28:38 SQL: SELECT MAX(id) FROM character_pet
2008-07-05 00:28:38 SQL: UPDATE account SET online = 0 WHERE online > 0 AND id IN (SELECT acctid FROM realmcharacters WHERE realmid = '1')
2008-07-05 00:28:38 SQL ERROR: Table 'mangos.account' doesn't exist
2008-07-05 00:28:38 SQL: UPDATE realmlist SET allowedSecurityLevel = '0' WHERE id = '1'
2008-07-05 00:28:38 SQL ERROR: Table 'mangos.realmlist' doesn't exist
2008-07-05 00:28:38 query ERROR: Table 'mangos.character_pet' doesn't exist
2008-07-05 00:28:38 SQL: SELECT MAX(guid) FROM item_instance
2008-07-05 00:28:38 query ERROR: Table 'mangos.item_instance' doesn't exist
2008-07-05 00:28:38 SQL: SELECT MAX(id) FROM auctionhouse
2008-07-05 00:28:38 query ERROR: Table 'mangos.auctionhouse' doesn't exist
2008-07-05 00:28:38 SQL: SELECT MAX(id) FROM mail
2008-07-05 00:28:38 query ERROR: Table 'mangos.mail' doesn't exist
2008-07-05 00:28:38 SQL: DELETE FROM character_inventory WHERE item >= '1'
2008-07-05 00:28:38 SQL ERROR: Table 'mangos.character_inventory' doesn't exist
2008-07-05 00:28:38 SQL: DELETE FROM mail_items WHERE item_guid >= '1'
2008-07-05 00:28:38 SQL ERROR: Table 'mangos.mail_items' doesn't exist
2008-07-05 00:28:38 SQL: SELECT MAX(id) FROM item_text
2008-07-05 00:28:38 query ERROR: Table 'mangos.item_text' doesn't exist
2008-07-05 00:28:38 SQL: DELETE FROM auctionhouse WHERE itemguid >= '1'
2008-07-05 00:28:38 SQL ERROR: Table 'mangos.auctionhouse' doesn't exist
2008-07-05 00:28:38 SQL: DELETE FROM guild_bank_item WHERE item_guid >= '1'
2008-07-05 00:28:38 SQL ERROR: Table 'mangos.guild_bank_item' doesn't exist
2008-07-05 00:28:38 SQL: SELECT MAX(guid) FROM corpse
2008-07-05 00:28:38 query ERROR: Table 'mangos.corpse' doesn't exist
And this is what RealmD lists for errors
2008-07-05 00:17:32 Using configuration file realmd.conf.
2008-07-05 00:17:32 MaNGOS realm daemon /0.11.0-SVN (Revision 5953) (Win32)
2008-07-05 00:17:32 <Ctrl-C> to stop.
2008-07-05 00:17:32 Database: 127.0.0.1;3306;root;password;mangos;realmd
2008-07-05 00:17:32 MySQL client library: 5.0.56
2008-07-05 00:17:32 MySQL server ver: 5.0.51a
2008-07-05 00:17:32 ERROR:SQL: SELECT id, name, address, port, icon, color, timezone, allowedSecurityLevel, population FROM realmlist WHERE color <> 3 ORDER BY name
2008-07-05 00:17:32 ERROR:query ERROR: Table 'mangos.realmlist' doesn't exist
2008-07-05 00:17:32 ERROR:No valid realms specified.
If you have any Idea what I am doing wrong can you please help me? And if you can, put it in step by step easy to understand terms cause this stuff makes me feel kind of stupid lol.