View Single Post
  #4  
Old 07-09-2002, 02:28 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Did you source in the db.sql file?

do a 'show tables' and see what tables are there...

I think you need to do the following (after copying db.sql to the bin directory)

mysql>drop database eq;
mysql>create database eq;
mysql>source db.sql;
Reply With Quote