The best thing to do is run mysql.exe and enter the commands to create a DB manually. Learning some basic mysql commands is good anyhow.
so start mysql.exe then:
mysql> create database eq;
mysql> exit;
and your done. See the mysql readme for what that means and more info if you want to do something different.
__________________
Please read the forum rules and look at reacent messages before posting.
|