View Single Post
  #2  
Old 02-18-2003, 03:27 PM
imasianman
Fire Beetle
 
Join Date: Feb 2003
Posts: 25
Default

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;
Reply With Quote