View Single Post
  #3  
Old 05-11-2006, 06:03 AM
sakrod
Fire Beetle
 
Join Date: Apr 2006
Posts: 14
Default

Try dropping the database and re-sourcing it from scratch using the installer instead of just copying over the old one.

Open up my sql -> Start/run/"c:\mysql\bin\mysql -u root"
Drop your database -> drop eq; or drop peq; depending on database name.
Exit sql
Reinstall serverpack
Reply With Quote