Thread: mySQL
View Single Post
  #2  
Old 02-27-2003, 09:00 PM
Ruskin
Fire Beetle
 
Join Date: Feb 2003
Location: England
Posts: 15
Default

This is a "feature" of the new Mysql, run up the mysql.exe and type in the following.

Create Database eq; <return>
use eq; <return>
source db.sql; <return>


all done, you "should" now have a working Database that u can use or start adding the extra databases too.

Ruskin