View Single Post
  #6  
Old 12-14-2002, 02:37 AM
Pneu
Sarnak
 
Join Date: May 2002
Posts: 65
Default

Click START
Click RUN
type COMMAND
click OK

in the window which appears type the following lines

cd \mysql\bin
mysqladmin drop eq
(if you get asked a yes / no question, answer yes - this deletes any previous mistakes in creating the database you might have made)
mysqladmin create eq

You have now created the eq database and are ready to source in a working .sql file. I have posted one in several other recent threads, or follow the instructions for making your own.

Pneu
__________________
Girls CAN play computer games, they just think of the screen as a mans head...
Reply With Quote