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.