Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Database/World Building

Archive::Database/World Building Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 03-23-2003, 08:21 AM
devlor's Avatar
devlor
Sarnak
 
Join Date: Mar 2003
Location: Georgia, USA
Posts: 38
Default

Great work Drawde! I'll check this out ASAP.

BTW, you got your slashes mixed up in the links you gave above. The corrected (clickable) links are:

http://www.edwardpinniger.bctalk.net...ta1.1beta5.zip
http://www.edwardpinniger.bctalk.net/eq/44dr1.zip

dangerdan30: To back up/restore your old database, do the following:

Code:
Go to the mysql\bin directory from a command prompt window. 

Type mysqldump <put your database name here> > somefilenameyoulike.SQL 

Example. If my database was named eq and the file I wanted it put in was eqbackup.sql - I would type: 

mysqldump eq > eqbackup.sql 

(note:check the file and make sure the contents are there and not some error text). 

To restore it, you would go into a mysql prompt. 
Drop your existing database with: drop database <yourdatabasename>; 

Create the database again: create database <yourdatabasename>; 

and then source the database with your file... 
use <yourdatabasename>; 
source <path to somenameyoulike.sql>somenameyoulike.sql
__________________
EQEmu In-Game Help modification
Si fractum non sit, noli id reficere.
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 05:58 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