View Single Post
  #21  
Old 11-26-2002, 04:42 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

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.
Reply With Quote