mysql 설치 문제

mysql 설치 문제

내 MySQL이 작동하지 않습니다. 최근에 내 컴퓨터에 Windows 7을 다시 설치했고 Mysql과 phpMyAdmin을 설치하고 싶지만 Mysql에서는 이미 실패했습니다.

서비스가 시작되지 않고 오류 파일에 다음 정보가 표시됩니다.

100912 11:36:28 [Note] Plugin 'FEDERATED' is disabled.
100912 11:36:28  InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 24 MB
InnoDB: Database physically writes the file full: wait...
100912 11:36:29  InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 24 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.
100912 11:36:29 [ERROR] Plugin 'InnoDB' init function returned error.
100912 11:36:29 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
100912 11:36:29 [ERROR] Unknown/unsupported table type: INNODB
100912 11:36:29 [ERROR] Aborting

100912 11:36:29 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: Shutdown complete

저는 다음과 같이 MySQL을 구성했습니다.

developer machine
Multifunctional db
storage path = Installation Path
dessision support (dss/olap)
enable tcp/ip
enable strict mode
character set = utf8 ( i'm from sweden and neeed å ä ö)
include bin dir in path
enable root acces from remot machines

제발 도와주세요. 하루 종일 이 문제를 겪었습니다...

관련 정보