Мой 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

пожалуйста, попытайтесь помочь мне, у меня была эта проблема в течение целого дня ...

0