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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...