EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=598)
-   -   PEQ Database on the DR installer? (https://www.eqemulator.org/forums/showthread.php?t=19518)

tkd1991a 10-10-2005 02:46 AM

PEQ Database on the DR installer?
 
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
 
awesome thanks a ton

tkd1991a 10-10-2005 02:46 AM

question
 
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

hmm
 
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

hmm
 
lol ok think I got it LOL


All times are GMT -4. The time now is 04:56 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.