Help - MySql populate Mangos 

Newbie Spellweaver
Joined
Aug 15, 2009
Messages
5
Reaction score
0
Hi, i have installed mangos 0.13 (mangos-mangos-acdb1cba1e5a338eb76d7a3ee312bb930503667d) in the official webpage, i have compiled and then create the database with scripts:

mangos
realmd
characters

now i see that i have a lot of scripts to populate data base, but do i need to execute all scripts?

if i need to execute all, how I put a list of sql scripts in SQLyog or other program?

ty, sorry my english
 
Did you get a core SQL file for the DB version you are using? Or did it come in separate files?

My best answer:

Using your SQL GUI (SQLyog/Navicat) create the following databases:
1. characters
2. realmd
3. mangos

Then, populate each DB using the corresponding SQL file by using the "Restore from sql dump" function.
 
Did you get a core SQL file for the DB version you are using? Or did it come in separate files?

My best answer:

Using your SQL GUI (SQLyog/Navicat) create the following databases:
1. characters
2. realmd
3. mangos

Then, populate each DB using the corresponding SQL file by using the "Restore from sql dump" function.

Already did that, how i do "Restore from sql dump" where i can dowload the scripts its for wow 3.0.9
the Mangos 0.13 bring sql scripts to create:
1. characters
2. realmd
3. mangos

Is there any website that have data to populate mangos data base?

---------- Post added at 09:57 PM ---------- Previous post was at 09:03 PM ----------

I find a UDB data base for mangos now im getting this error, this error is about the core version?

Loading Creature templates...
Error in creature_template table, probably sql file format was updated (there sh
ould be 69 fields in sql).
 
Last edited:
find that its out of date...the problem seams that for this core 7986 doesnt exist any UDB version :S

Any1 knows wich version is good for mangos 0.13 - 7986
 
Back