View Single Post
  #2  
Old 12-08-2002, 09:49 PM
JamesLF
Fire Beetle
 
Join Date: Dec 2002
Location: in a small cardboard box
Posts: 7
Default

The newest version of mysql doesn't allow you to create a database like that. Instead, go to C:\mysql\bin and open mysql.exe.

Type: create database eq;

Then your database will be made and you can go on through the rest of the steps
Reply With Quote