Помогите включить InnoDB.
Установил новый компонент на Joomla - он требует InnoDB. Пишет :Your MySQL Database does not support the InnoDB Engine.
Лог MySQL:
110714 15:30:42 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
110714 15:30:43 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
110714 15:30:43 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 98 MB
InnoDB: Database physically writes the file full: wait...
110714 15:30:46 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 98 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
110714 15:30:50 InnoDB: Started; log sequence number 0 0
110714 15:30:51 [Note] Event Scheduler: Loaded 0 events
110714 15:30:51 [Note] C:\AppServ\MySQL\bin\mysqld: ready for connections.
Version: '5.1.51-community' socket: '' port: 3306 MySQL Community Server (GPL)
110714 15:33:47 [Note] C:\AppServ\MySQL\bin\mysqld: Normal shutdown
110714 15:33:47 [Note] Event Scheduler: Purging the queue. 0 events
110714 15:33:47 InnoDB: Starting shutdown...
110714 15:33:51 InnoDB: Shutdown completed; log sequence number 0 44233
110714 15:33:51 [Note] C:\AppServ\MySQL\bin\mysqld: Shutdown complete
При внесении изменений в my.ini (раскомментирования skip-innodb) при запуске службы MySQL выбивает ошибку 1067.
Лог ошибок:
110714 15:41:51 [Note] Plugin 'FEDERATED' is disabled.
110714 15:41:51 [Note] Plugin 'InnoDB' is disabled.
110714 15:41:51 [ERROR] Unknown/unsupported table type: INNODB
110714 15:41:51 [ERROR] Aborting
110714 15:41:51 [Note] C:\AppServ\MySQL\bin\mysqld: Shutdown complete
Насколько я понял, раскомментирование skip-innodb отключает плагин InnoDB.
Как мне проверить работу InnoDB?
У меня Win7 Максимальная 64 bit.
Отредактированно siment (14.07.2011 17:06:39)