- 2,272
- 2015
- 261
- Location
- Denmark
Can't remember how Heidi works.Dumped the new db mop_world to file
now just trying to find where to actually import.
Im using navicat
Can't remember how Heidi works.Dumped the new db mop_world to file
now just trying to find where to actually import.
Can't you right click on the world db, should say somethin about import ?Dumped the new db mop_world to file
now just trying to find where to actually import.
nope. but i found itCan't you right click on the world db, should say somethin about import ?
glad you figured it outnope. but i found it
Pretty sure you click to select the MOP_Characters table on the left, then execute the SQL queries by clicking the blue play button and running.Hello, NOOB here,
How do I "12) Execute this into your Char DB:" ?
looking at the auth-db scripts, there are certain changes made to the structure, so you'll need to apply these as well.Hi,
i was asking myself, why don`t just create a new world.db. Therefor u only have to do the Dump & Import once.
In the worldserver.conf, you can simply change the world db connection like:
# Default: "127.0.0.1;3306;root;ascent;emucoach_v12_vip_auth" - (LoginDatabaseInfo)
# "127.0.0.1;3306;root;ascent;emucoach_v12_vip_world" - (WorldDatabaseInfo)
# "127.0.0.1;3306;root;ascent;emucoach_v12_vip_char" - (CharacterDatabaseInfo)
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;emucoach_v12_vip_auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;emucoach_v17_vip_world" <-- simply edit the world db connection string
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;emucoach_v12_vip_char"
In the DB Tool, you will then have both worlds. The new and the old version ~ my 2 cent
View attachment 2826