Thread: Need DB help.
View Single Post
  #3  
Old 11-27-2003, 12:09 PM
Joshjje
Fire Beetle
 
Join Date: Nov 2003
Posts: 7
Default ...

Download: http://npcmovdb.eqemulator.net/MW_051_052_alpha1.zip

Either open mysql.exe or if that doesnt work (like if you get an access denied error) open up a cmd prompt and type:

mysql -u root mysql

After you get to the mysql prompt type:

drop database eq;
create database eq;
use eq;

Now copy the MW_051_052_alpha1.sql file to the c:\mysql\bin folder

Now type:

source MW_051_052_alpha1.sql
quit

that should fix it.
Reply With Quote