View Single Post
  #1  
Old 04-23-2012, 01:03 PM
LordAdakos
Sarnak
 
Join Date: Dec 2007
Posts: 60
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