View Single Post
  #2  
Old 04-13-2009, 09:52 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

If you use navicat for managing your database, you can just right click your database and select to dump it to a file. That will back everything up and is good practice to do regularly anyway.

Then, you can just make a new database or overwrite your old one and load up the PEQ DB or whatever you want on it. You will also need to make sure that the server code you get matches the revision of the database you are using. Make sure to get the server code from the SVN.

Then, you might just need to adjust your server config file slightly to point to your new database if you created a new one and then you should be ready to go.

That is a brief overview of what to do. To make a step by step guide would be quite a pain lol.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote