Need help with my 2.0.6 TBC Mangos.

Initiate Mage
Joined
Feb 11, 2007
Messages
2
Reaction score
0
I'm rater new on using MySQL and making servers and so but here's my problem ..

3.
Create 2 new databases in your SQL server...
mangos_bc and realmd_bc...
Import the 2 SQL files from the SQL folder into the appropriate databases...

4.
Modify the mangosd.conf.bak and save it as mangos.conf...
Do the same with realmd.conf.bak...

5.
Run the restarter, MaNGOS.exe to start both server/daemons...
BTW, while setting up your server test each of them individually...
Using the appropriate ***.exe...

6.
Connect to the server with a TBC v2.0.6.6337 client...
and dont forget to change your realmlist after the last update...

There is his guide and i've imported the 2 SQL files into my navicat and all that and i got MySQL and apache running. Is there anything more i haveto do? Because when i start Mangos wich starts realmd and mangosd at the same time i get error msg and the restertar says "CRASHED".

In the guide it says "Modify the mangosd.conf.bak and save it as mangos.conf...
Do the same with realmd.conf.bak"

I haven't done that cause tbh i don't know what it means. And in my mangos folder i only have folder called mangosd.conf and realmd.conf not conf.bak

I understand it must be frustrating wich such noobs but i really would apprietiate some help :>
 
Well, if the both files are *.conf everything is fine. Just open both of them and edit if you havent done it:

in mangosd.conf

Code:
# Database connection settings for the world server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "localhost;3306;root;kobold;mangos_bc"
WorldDatabaseInfo = "localhost;3306;root;kobold;mangos_bc"

and in realmd.conf

Code:
# Database connection settings for the realm server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "localhost;3306;root;kobold;realmd_bc"

PS: There is my info, put your database info :P And also dont use MaNGOS.exe, execute mangosd.exe and realmd.exe. Hope that will work...
 
I'm rater new on using MySQL and making servers and so but here's my problem ..



There is his guide and i've imported the 2 SQL files into my navicat and all that and i got MySQL and apache running. Is there anything more i haveto do? Because when i start Mangos wich starts realmd and mangosd at the same time i get error msg and the restertar says "CRASHED".

In the guide it says "Modify the mangosd.conf.bak and save it as mangos.conf...
Do the same with realmd.conf.bak"

I haven't done that cause tbh i don't know what it means. And in my mangos folder i only have folder called mangosd.conf and realmd.conf not conf.bak

I understand it must be frustrating wich such noobs but i really would apprietiate some help :>

See if this helps
http://forum.ragezone.com/world-warcraft/mangos-setup-guide-v2-0-8-tbc-224719.html
 
Back