Jump to content

Database Migration


LoadingSA

Recommended Posts

When you export your SQL db, open it up in notepad++

 

and where you have 

CREATE TABLE IF NOT EXISTS `Character_DATA` (

and 

INSERT INTO `Character_DATA` (`CharacterID`, `PlayerUID`, `InstanceID`, `Datestamp`, `LastLogin`, `Inventory`, `Backpack`, `Worldspace`, `Medical`, `Alive`, `Generation`, `LastAte`, `LastDrank`, `KillsZ`, `HeadshotsZ`, `DistanceFoot`, `Duration`, `CurrentState`, `KillsH`, `Model`, `KillsB`, `Humanity`) VALUES

just change  'Character_DATA' to the correct Case, and unless Devd added different Rows to the table, you shouldn't have a problem,

 

if you check your  debug log during startup it will tell you if anything from SQL is missing

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...