Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-03-2003, 01:17 PM
rockocool
Sarnak
 
Join Date: Mar 2003
Location: california
Posts: 63
Default How do I load 5.0 characters into 5.1 DB? Items all gone!

I am trying to upgrade from 5.0 to 5.1, but for some reason all the equipments and items on those old characters are gone!
I can summon items, so the items are fine. Did anyone encounter similar problems? Anyone knows how to load characters from 5.0 db to 5.1 db?

What I did was, started in mysql, run these to make the character_ table compatible with 5.1 format before backup:
mysql>alter table character_ add timelaston int(11) unsigned default '0';
mysql>alter table character_ add publicnote varchar(100) NOT NULL default '';

Then under dos prompt, backup the account and character table:
c:\mysql\bin\mysqldump -u root eq account > account.sql;
c:\mysql\bin\mysqldump -u root eq character_ > character.sql;

Then log into mysql, run the following to update to 5.1 DB:
mysql>drop database eq;
mysql>create database eq;
mysql>use eq;
mysql>source MW_051_052_alpha1.sql;
(here i used tcsmyworld's latest db)

Then source in the accounts and characters:
mysql>source account.sql;
mysql>source character.sql;


Did I missed something?
Reply With Quote
  #2  
Old 12-04-2003, 04:12 AM
arkaria's Avatar
arkaria
Discordant
 
Join Date: Oct 2003
Location: Victoria, BC
Posts: 253
Default

The following are the table you need to backup if you want to keep your chars

account
character_
inventory
player_corpses
sharedbank
faction_values
__________________
Search
USE IT
Reply With Quote
  #3  
Old 12-04-2003, 04:51 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

items are stored in the inventory table, they arent stored in the character profile anymore
__________________
Lethal Encounter
Reply With Quote
  #4  
Old 12-04-2003, 08:09 AM
rockocool
Sarnak
 
Join Date: Mar 2003
Location: california
Posts: 63
Default

Thanks so much for the quick reply, and luckily I did a whole backup of my old database before upgrade.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:34 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3