Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-23-2012, 01:03 PM
LordAdakos
Sarnak
 
Join Date: Dec 2007
Posts: 57
Default sql woes, goodbye crushbone!

So somehow removed crushbone's npc's. All of them.

Good news is that I have a back up!

However, I've never done a back up for just one zone, would anyone be able to explain the proper procedure for restoring just specific tables, instead of a full SQL dump ?


Im running on database 'peq' and my backup is titled 'peqbackup62'

Something like this perhaps?
Code:
copy from peqbackup62.npc_spawn
to peq.npc_spawn
where ID >=1;
Reply With Quote
  #2  
Old 04-23-2012, 02:22 PM
Cilraaz
Sarnak
 
Join Date: Mar 2010
Posts: 77
Default

Personally, I don't even have an npc_spawn table, but you'd likely want to do something more like:

Code:
INSERT INTO peq.npc_spawn
SELECT * FROM peqbackup62.npc_spawn
WHERE ID > 0;
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 02:19 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3