Ok I must be doing something wrong, i get to this updating your database section and i open (what i believe is correct) the 380_corepatch_mangos_7682_to_7894.sql file onto notepad. I put it into mysql, selected mangos and select all and hit the play button and i get the following errors: error code 1064, you have an error in your sql syntax; check the manual that corrosponds to your mysql server version for the right syntax to use near <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or at line 1
execution time: 0
transfer time: 0
total time: 0
This same error is repeated many many times with just the test of the message being different
more info, i tried running mangosd.exe and got this log:
2009-06-07 18:08:11 MaNGOS/0.13.0-DEV (* * Revision 7976 - *) for Win32 (little-endian) [world-daemon]
2009-06-07 18:08:11 <Ctrl-C> to stop.
2009-06-07 18:08:11 Using configuration file mangosd.conf.
2009-06-07 18:08:11 World Database: 127.0.0.1;3306;root;fweegor007;mangos
2009-06-07 18:08:11 MySQL client library: 5.0.56
2009-06-07 18:08:11 MySQL server ver: 6.0.9-alpha-community
2009-06-07 18:08:11 Character Database: 127.0.0.1;3306;root;fweegor007;characters
2009-06-07 18:08:11 MySQL client library: 5.0.56
2009-06-07 18:08:11 MySQL server ver: 6.0.9-alpha-community
2009-06-07 18:08:11 Login Database: 127.0.0.1;3306;root;fweegor007;realmd
2009-06-07 18:08:11 MySQL client library: 5.0.56
2009-06-07 18:08:11 MySQL server ver: 6.0.9-alpha-community
2009-06-07 18:08:11 Realm running as realm ID 1
2009-06-07 18:08:11 ERROR:SQL: SELECT version, creature_ai_version FROM db_version LIMIT 1
2009-06-07 18:08:11 ERROR:query ERROR: Table 'mangos.db_version' doesn't exist
2009-06-07 18:08:11 Using World DB: Unknown world database.
2009-06-07 18:08:11 Using creature EventAI: Unknown creature EventAI.
2009-06-07 18:08:11 Using DataDir ./
2009-06-07 18:08:11 WORLD: VMap support included. LineOfSight:0, getHeight:0
2009-06-07 18:08:11 WORLD: VMap data directory is: ./vmaps
2009-06-07 18:08:11 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds
2009-06-07 18:08:11 ERROR:SQL: SELECT MAX(guid) FROM creature
2009-06-07 18:08:11 ERROR:query ERROR: Table 'mangos.creature' doesn't exist
2009-06-07 18:08:11 ERROR:SQL: SELECT MAX(guid) FROM gameobject
2009-06-07 18:08:11 ERROR:query ERROR: Table 'mangos.gameobject' doesn't exist
2009-06-07 18:08:11
2009-06-07 18:08:11 Loading MaNGOS strings...
2009-06-07 18:08:11 ERROR:SQL: SELECT entry,content_default,content_loc1,content_loc2,content_loc3,content_loc4,content_loc5,content_loc6,content_loc7,content_loc8 FROM mangos_string
2009-06-07 18:08:11 ERROR:query ERROR: Table 'mangos.mangos_string' doesn't exist
2009-06-07 18:08:11
2009-06-07 18:08:11 ERROR:>> Loaded 0 mangos strings. DB table `mangos_string` is empty. Cannot continue.