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.
|