View Single Post
  #5  
Old 08-10-2007, 04:10 AM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

double check that your sourceing in your peq file from the peq directory, the one that contains all the sql files. For some people its c:\peqdb\peq_db\

You do this before you run mysql -u root -p.

When you open command prompt, you type in

Code:
 cd\peqdb\peq_db
and then your line should look like this

Code:
 c:\peqdb\peq_db>
and at this point start the mysql stuff.
Reply With Quote