Thread: Updating DB
View Single Post
  #10  
Old 04-06-2004, 04:14 AM
govtcheeze
Hill Giant
 
Join Date: Mar 2004
Location: South Florida
Posts: 247
Default

The error means the table definitions are different, and will result in an empty table. You should not source db.sql if you want to use MW.

Duplicate entry error on key errors are fine...its just a warning letting you know the index already exists in the database, and it will ignore the INSERT statement.
Reply With Quote