[DiscordArchive] how are you going to know for each character which tables to get?
[DiscordArchive] how are you going to know for each character which tables to get?
Archived author: DungeonMaster • Posted: 2017-08-09T18:35:36.167000+00:00
Original source
how are you going to know for each character which tables to get?
Archived author: DungeonMaster • Posted: 2017-08-09T18:36:21.876000+00:00
Original source
pdump is the best tool for getting all of that data out of the database
Archived author: Barbz • Posted: 2017-08-09T18:36:31.454000+00:00
Original source
doing it in sql
Archived author: Barbz • Posted: 2017-08-09T18:36:40.199000+00:00
Original source
requires good sql knowledge
Archived author: DungeonMaster • Posted: 2017-08-09T18:38:02.921000+00:00
Original source
maybe look in the code and figure out how pdump works
Archived author: DungeonMaster • Posted: 2017-08-09T18:40:03.389000+00:00
Original source
if the console could process scripts you'd be set
Archived author: DungeonMaster • Posted: 2017-08-09T18:40:46.337000+00:00
Original source
I kinda see the scenario like this..
Archived author: DungeonMaster • Posted: 2017-08-09T18:41:07.573000+00:00
Original source
1. Stop MySQL and copy the actual data files into your mysql data directory.
Archived author: DungeonMaster • Posted: 2017-08-09T18:41:21.234000+00:00
Original source
2. Fire up MySQL and verify you've got their character and account tables loaded
Archived author: DungeonMaster • Posted: 2017-08-09T18:42:45.794000+00:00
Original source
You should now have 6000 and however many accounts in your database