Thread
:
pb with word.exe or bootzone5
View Single Post
#
4
07-09-2002, 02:28 AM
Trumpcard
Demi-God
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
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;
Trumpcard
View Public Profile
Send a private message to Trumpcard
Find all posts by Trumpcard