Forums WoW Modding Discussion Miscellaneous [Archive] I have a question. Help me pls

[Archive] I have a question. Help me pls

[Archive] I have a question. Help me pls

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#1
Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Hi guys. I have a Cataclysm mounted server and wanted to open another server but lich king or pandariam. But do not know how to open 2 database and the 2 servers simultaneously. Someone explain to me or have any tutorial.

Ty [Image: 1f642.png]
rektbyfaith
11-04-2025, 05:16 PM #1

Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Hi guys. I have a Cataclysm mounted server and wanted to open another server but lich king or pandariam. But do not know how to open 2 database and the 2 servers simultaneously. Someone explain to me or have any tutorial.

Ty [Image: 1f642.png]

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#2
Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Quote:LordDani said:

Hi guys. I have a Cataclysm mounted server and wanted to open another server but lich king or pandariam. But do not know how to open 2 database and the 2 servers simultaneously. Someone explain to me or have any tutorial.

Ty [Image: 1f642.png]


Click to expand...
Sorry but I don't think you can. Well, you might be able to with a virtual machine, or whatever it's called, but even then I'm not sure you can. Still worth a try though, I guess.

Out of curiousity, why would you want 2 servers on the same computer?
rektbyfaith
11-04-2025, 05:16 PM #2

Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Quote:LordDani said:

Hi guys. I have a Cataclysm mounted server and wanted to open another server but lich king or pandariam. But do not know how to open 2 database and the 2 servers simultaneously. Someone explain to me or have any tutorial.

Ty [Image: 1f642.png]


Click to expand...
Sorry but I don't think you can. Well, you might be able to with a virtual machine, or whatever it's called, but even then I'm not sure you can. Still worth a try though, I guess.

Out of curiousity, why would you want 2 servers on the same computer?

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#3
Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

You can run server simultaneously but the auth database must be the same as other expansions otherwise you cannot run multiple expansions. If auth database is same I can help install send me a pm.
rektbyfaith
11-04-2025, 05:16 PM #3

Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

You can run server simultaneously but the auth database must be the same as other expansions otherwise you cannot run multiple expansions. If auth database is same I can help install send me a pm.

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#4
Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Quote:Chief said:

You can run server simultaneity but the auth database must be the same as other expansions otherwise you cannot run multiple expansions. If auth database is same I can help install send me a pm.

Click to expand...
I thought as long as you had a MySQL server up, you couldn't have another one?

Well, I've only tried having a 3.5.5 and a 4.3.4 up once and it didn't work, so that goes with what you're saying, but still.
rektbyfaith
11-04-2025, 05:16 PM #4

Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Quote:Chief said:

You can run server simultaneity but the auth database must be the same as other expansions otherwise you cannot run multiple expansions. If auth database is same I can help install send me a pm.

Click to expand...
I thought as long as you had a MySQL server up, you couldn't have another one?

Well, I've only tried having a 3.5.5 and a 4.3.4 up once and it didn't work, so that goes with what you're saying, but still.

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#5
Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Quote:Chief said:

You can run server simultaneously but the auth database must be the same as other expansions otherwise you cannot run multiple expansions. If auth database is same I can help install send me a pm.

Click to expand...
Mmm ok, I try to do when in doubt I notice mp.
rektbyfaith
11-04-2025, 05:16 PM #5

Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Quote:Chief said:

You can run server simultaneously but the auth database must be the same as other expansions otherwise you cannot run multiple expansions. If auth database is same I can help install send me a pm.

Click to expand...
Mmm ok, I try to do when in doubt I notice mp.

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#6
Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

It is possible. quite possible to. Done it myself before a few times

Step one: you will need to open your Database program you use to look/edit your database like navicat or heidiSQl or what ever and run a back up of your World database + char database and after the back up's are done on both database's or if you got world database already like you want to use 2 dif one's you already got

then just make a new database name it World2 and make one more and name it char2 or what ever for the char database and inport the world database in the world database you just made and inport the char database into the char database you just made and then go to your world config file (Note this is if you using trinity) and open the world server config and go down to the Database config and change the configs so it will conect to your 2ed database you just made the 2ed core you using so it be like main realm config =

Auth server username,password,Auth

World server - username,password,world

char - username,password,char

and the 2ed config file for your 2ed core should look like this

Auth server username,password,Auth

World server - username,password,world2

char - username,password,char2

so it will load your 2ed world for your server core/realm and change the ports such as world server port to something else then what it is

then last change the realmid and add the realm in the database under Auth > realmlist and add it there and load the 2ed world and that how you make 2 realm

Credits

Tutorial from Ghostcrawler336
rektbyfaith
11-04-2025, 05:16 PM #6

Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

It is possible. quite possible to. Done it myself before a few times

Step one: you will need to open your Database program you use to look/edit your database like navicat or heidiSQl or what ever and run a back up of your World database + char database and after the back up's are done on both database's or if you got world database already like you want to use 2 dif one's you already got

then just make a new database name it World2 and make one more and name it char2 or what ever for the char database and inport the world database in the world database you just made and inport the char database into the char database you just made and then go to your world config file (Note this is if you using trinity) and open the world server config and go down to the Database config and change the configs so it will conect to your 2ed database you just made the 2ed core you using so it be like main realm config =

Auth server username,password,Auth

World server - username,password,world

char - username,password,char

and the 2ed config file for your 2ed core should look like this

Auth server username,password,Auth

World server - username,password,world2

char - username,password,char2

so it will load your 2ed world for your server core/realm and change the ports such as world server port to something else then what it is

then last change the realmid and add the realm in the database under Auth > realmlist and add it there and load the 2ed world and that how you make 2 realm

Credits

Tutorial from Ghostcrawler336

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#7
Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Quote:OMGhixD said:

It is possible. quite possible to. Done it myself before a few times

Step one: you will need to open your Database program you use to look/edit your database like navicat or heidiSQl or what ever and run a back up of your World database + char database and after the back up's are done on both database's or if you got world database already like you want to use 2 dif one's you already got

then just make a new database name it World2 and make one more and name it char2 or what ever for the char database and inport the world database in the world database you just made and inport the char database into the char database you just made and then go to your world config file (Note this is if you using trinity) and open the world server config and go down to the Database config and change the configs so it will conect to your 2ed database you just made the 2ed core you using so it be like main realm config =

Auth server username,password,Auth

World server - username,password,world

char - username,password,char

and the 2ed config file for your 2ed core should look like this

Auth server username,password,Auth

World server - username,password,world2

char - username,password,char2

so it will load your 2ed world for your server core/realm and change the ports such as world server port to something else then what it is

then last change the realmid and add the realm in the database under Auth > realmlist and add it there and load the 2ed world and that how you make 2 realm

Credits

Tutorial from Ghostcrawler336

Click to expand...
I did just that. clearly on the database server not portable but when I try to open the worldserver.exe closes with it. Has the password and the name of the database is not set correctly but if you need to edit a line more.

[Image: ossrcp.png]
rektbyfaith
11-04-2025, 05:16 PM #7

Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

Quote:OMGhixD said:

It is possible. quite possible to. Done it myself before a few times

Step one: you will need to open your Database program you use to look/edit your database like navicat or heidiSQl or what ever and run a back up of your World database + char database and after the back up's are done on both database's or if you got world database already like you want to use 2 dif one's you already got

then just make a new database name it World2 and make one more and name it char2 or what ever for the char database and inport the world database in the world database you just made and inport the char database into the char database you just made and then go to your world config file (Note this is if you using trinity) and open the world server config and go down to the Database config and change the configs so it will conect to your 2ed database you just made the 2ed core you using so it be like main realm config =

Auth server username,password,Auth

World server - username,password,world

char - username,password,char

and the 2ed config file for your 2ed core should look like this

Auth server username,password,Auth

World server - username,password,world2

char - username,password,char2

so it will load your 2ed world for your server core/realm and change the ports such as world server port to something else then what it is

then last change the realmid and add the realm in the database under Auth > realmlist and add it there and load the 2ed world and that how you make 2 realm

Credits

Tutorial from Ghostcrawler336

Click to expand...
I did just that. clearly on the database server not portable but when I try to open the worldserver.exe closes with it. Has the password and the name of the database is not set correctly but if you need to edit a line more.

[Image: ossrcp.png]

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#8
Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

which it is already the problem. Anyone know of any effective way to backup databases with a large size and restore it when the new database is not error?
rektbyfaith
11-04-2025, 05:16 PM #8

Archived author: LordDani • Posted: 2025-11-04T18:16:13.856833
Original source

which it is already the problem. Anyone know of any effective way to backup databases with a large size and restore it when the new database is not error?

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)