| 
 I had the same problem for a few till i figured out another way to make a database. Just goto your Bin folder (same folder as Winmysqladmin.exe is in) Run Mysql.exe and type the following to make the database:
 create database eq;
 
 hopefully this works for you
 |