i am having the exact same problem that was posted here...
http://www.phpbuilder.com/board/showthread.php?threadid=65619&highlight=1067
i installed apache2, then php, then mysql 4x. it seemed to run automatically as a service by default (i used the installer). everything was fine until i rebooted and now i keep getting the 1067 error.
i have tried everything. i have a my.ini in my windows folder that contains this info:
[mysqld]
basedir=C:/mysql
datadir=C:/mysql/data
[WinMySQLAdmin]
server=C:/mysql/bin/mysqld-nt.exe
user=admin
password=admin
all paths are fine, and WinMySQL's Start Check confirms this.
when i run mysql using the following command line it works ok:
mysqld-max-nt --standalone --skip-innodb
i can print out a report in WinMySQL, but i don't know if it's needed.
this is the last error in my mysql\data\computer.err file:
InnoDB: No valid checkpoint found.
InnoDB: If this error appears when you are creating an InnoDB database,
InnoDB: the problem may be that during an earlier attempt you managed
InnoDB: to create the InnoDB data files, but log file creation failed.
InnoDB: If that is the case, please refer to section 3.1 of
InnoDB: http://www.innodb.com/ibman.html
030609 14:04:56 Can't init databases
030609 14:04:56 Aborting
030609 14:04:56 InnoDB: Warning: shutting down a not properly started
InnoDB: or created database!
030609 14:04:56 MySql: Shutdown Complete