View Single Post
  #2  
Old 10-10-2005, 02:46 AM
killhand
Fire Beetle
 
Join Date: Apr 2005
Posts: 25
Default

Just get the PEQ database open a cmd window in the same directory you decompressed the PEQ database and type:

c:>mysql -u root

then

mysql:>create database peq;
mysql:>use peq;
mysql:>source load_system.sql;
mysql:>source load_empty_users.sql;


after the database is sourced go edit your db.ini, change database name to peq instead of emusp2.

done.
Reply With Quote