View Single Post
  #4  
Old 11-02-2002, 10:56 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

On a fresh DB you should have zero errors.

I forgot to clear the merchantlist table before loading, so that is probably where the duplicate entry errors are from.

Ypu can clear them manually before loading by doing the following in mysql:
mysql> delete from merchantlist;

*edit: typo fixed*
__________________
Please read the forum rules and look at reacent messages before posting.