View Single Post
  #2  
Old 01-30-2003, 03:18 PM
Nira's Avatar
Nira
Hill Giant
 
Join Date: Sep 2002
Posts: 135
Default

That version of mysql removed the create database option from mysql Admin....to add the database do the following:

go to your mysql\bin directory (example: C:\mysql\bin)

run mysql.exe

type:

create database eq;

(yes you need the ; at the end of the line)

That should create a database named eq for you.
__________________
N-i-r-a

Readme and Ultimate Info Link
Reply With Quote