View Single Post
  #11  
Old 10-06-2011, 06:38 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

i just followed these steps and everything sourced in without errors. this will get you a fresh install, but you will lose anything you already have.

from the database svn, download everything. http://projecteqdb.googlecode.com/svn/trunk
go to the peqdatabase folder where you downloaded everything to on your system
extract peqdb_rev2022.sql from peqdb_rev2022.sql.gz
open a command window in the peqdatabase folder
mysql -u root -p
drop schema peq;
create database peq;
\u peq
source peqdb_rev2022.sql;
source load_player.sql;
source load_bots.sql;
__________________
The Realm

Last edited by Congdar; 10-06-2011 at 06:44 PM..
Reply With Quote