View Single Post
  #13  
Old 01-25-2004, 06:40 PM
toolh3
Sarnak
 
Join Date: Jul 2003
Posts: 35
Default

Copy MyraDB.sql and MyraItems.sql to your mysql\bin directory. Then run mysql. When you get the mysql> prompt type:

Code:
use eq; <hit enter>
source MyraDB.sql; <hit enter and wait until you get the prompt again.>
source MyraItems.sql <hit enter and wait again>
exit <hit enter>
Now your DB should be populated.
Reply With Quote