Log in

View Full Version : PEQ Database on the DR installer?


tkd1991a
10-10-2005, 02:46 AM
I'm pretty new to all this and if it wasn't for the Dark Rogue installer I'd be at step one still. I was wondering if its possible to install the PEQ database on the Dark Rogue Server installation. i'm not sure which database is better but i would like to try both of them out and I'm not sure how to do that.

If anyone can explain this to me I'd greatly appreciate it.

Thanks

killhand
10-10-2005, 02:46 AM
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.

tkd1991a
10-10-2005, 02:46 AM
awesome thanks a ton

tkd1991a
10-10-2005, 02:46 AM
not sure which file I need from PEQ just peq-velious-rc1-quests.zip ??

killhand
10-10-2005, 02:46 AM
Velious Release Candidate 1

tkd1991a
10-10-2005, 02:46 AM
sorry i'm probably being retarded but I still can get this to work.

i extraced the PEQ files into C:\PEQ

in there i have

drop_system.sql
drop_users.sql
load_empty_users.sql
load_system.sql

I then went cmd and got to C:\peq and did as you instructed
I typed
c:>mysql -u root

then

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

the first type gave me no errors but after that it didn't recognize any of the commands. I'm guessing i'm not in the right folder or something...

sorry i'm an extreme NEWB

tkd1991a
10-10-2005, 02:46 AM
lol ok think I got it LOL