View Single Post
  #7  
Old 05-23-2002, 07:18 AM
Aramus
Fire Beetle
 
Join Date: May 2002
Posts: 7
Default

I'm pretty sure the "ERROR 1602: Duplicate Entry" thing means you already tried to source from that db. Just drop your 'eq' database in mysql, then recreate it with the same name.. which is 'eq'. Then run mysql.exe in your mysql/bin folder. type in 'use eq' without the quotes, then type 'source db.sql' without the quotes. Now WAIT until it finishes scrolling. It might take over a minute or so, but wait until it's done. After it's done scrolling, type '\quit'.

I'm not one of the devs.. but I think I had the same problem as you. Hope this helps. If I'm wrong, someone feel free to correct me, as I'm still kinda new to these things =]
Reply With Quote