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
|