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;