Jump to content
  • 0

LittleJohn

Question

I have looked at the Wiki and it says the following :

cd mangosdb/_tools

make_full_db.sh

mysql -u root -p mangos < full_db.sql

When i have done that i only get this:

>

Thats the only thing coming up and no waiting time for it to be done.

After that i just triggerd make_full_db.bat

then it makes some sql files.

after that i used MaNGOSdb_Installer.bat

It ask for Mangos database only.

Do i not need to import data tables for the realm script and the other databases ???

I got only tables in the Mangos database now.

PLEASE HELP.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

The only database that will have substantial data in it is the mangos one, the others are created by using the realmd.sql and characters.sql files. To get the realmd and characters dbs you could do something along the lines of:

mysql -u root -p realmd < realmd.sql
mysql -u root -p characters < characters.sql

And you should be good to go. Please let me know if you need further help or if i'm unclear.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use