View Single Post
  #11  
Old 09-06-2006, 03:30 PM
InsaneWallaby's Avatar
InsaneWallaby
Sarnak
 
Join Date: Nov 2003
Posts: 55
Default

Sorry, my bad. They were on the website right beneath the download on the "Installing and Upgrading" section. Here reads the text:

Quote:
we have moved to a better distribution system which should prove to be more friendly. The release contails the following files:
drop_system.sql - Drops all PEQ released tables so the DB can be loaded successfully.
drop_users.sql - Drops all user-specific (non PEQ) tables. Not normally used.
load_empty_users.sql - Loads new empty tables for all user-specific data. Only used on fresh installs.
load_system.sql - Loads the PEQ database. This is the meat of the release.

An upgrade from an earlier version would consist of:
- Ensuring that your current database is up to date with the version of eqemu you want to use.
- sourcing in drop_system.sql
- sourcing in load_system.sql
NOTE: this upgrade will destroy any customizations to the world (not chars or accounts)

A fresh install would consiste of sourcing in both load files.
There ye have it, even down to the e in consist. Sourcing, which it sounds like you know how to do, is just running all of the lines in the SQL files that you will use, so that shouldn't be much of a problem for you.

Last edited by InsaneWallaby; 09-06-2006 at 11:34 PM..
Reply With Quote