View Single Post
  #12  
Old 07-06-2002, 12:02 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

I know your not downloading the wrong file from my post, cause I only have the one on the ftp site.

The first post here is what you want. Be sure your not using an old copy of the DB in mysql, or sourcing the older copy of the sql file.

open mysql
mysql> drop database [your DB name];
mysql> create database [your DB name];
mysql> use [your DB name];
mysql> source Lurker_eq34_dump.sql;
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote