which db.sql are you using? try dropping it and resourcing it again.
go to start -> run -> C:\mysql\bin\mysqladmin drop eq
then open mysql and create a new one
if you're using the 4.1 db try adding this in mysql
ALTER TABLE variables ADD COLUMN ts timestamp NULL;
|