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.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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
 

Thread Tools
Display Modes

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 12:16 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