这是my.ini文件
[mysqld]
#Replication 
log-bin=D:/mysql/data/ctichangelog
server-id=1
#replicate-do-db=ctidata
#replicate-ignore-db=mysql
#replicate-ignore-db=test#INNODB
innodb_data_home_dir=D:/mysql/data
innodb_data_file_path=ibdata2:20M:autoextend
set-variable=innodb_log_file_size=5M
set-variable=innodb_log_buffer_size=8M
set-variable=innodb_buffer_pool_size=70M
set-variable=innodb_additional_mem_pool_size=10M
innodb_flush_log_at_trx_commit=1
innodb_log_group_home_dir = iblogs2
innodb_log_arch_dir = iblogs2
这个是log,试了N次,重新删除log也不行,每次运行后ib_logfile0和1都会成功创建,但就是死活不能继续下去,奇怪啊
030611 11:09:53  InnoDB: Log file iblogs2\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file iblogs2\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
030611 11:09:54  InnoDB: Log file iblogs2\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file iblogs2\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Cannot initialize created log files because
InnoDB: data files are corrupt, or new data files were
InnoDB: created when the database was started previous
InnoDB: time but the database was not shut down
InnoDB: normally after that.
030611 11:09:55  Can't init databases
030611 11:09:55  Aborting030611 11:09:55  InnoDB: Warning: shutting down a not properly started
                 InnoDB: or created database!
030611 11:09:55  MySql: Shutdown Complete