View Single Post
  #6  
Old 10-10-2005, 02:46 AM
tkd1991a
Sarnak
 
Join Date: Feb 2004
Posts: 65
Default 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
Reply With Quote