MySQL Forums
Forum List  »  Install & Repo

INNODB error starting mysqld
Posted by: Rob Hewitt
Date: July 04, 2011 07:13PM

I just installed MySQL 5.5.13 using the Windows installer on my Windows 7 box. The Windows mysql service won't start. Taking some advice from other posts, I ran mysqld --console from the bin directory. Here's what I got:

C:\Dev\Tools\mysql\MySQL_Server_5.5\bin>mysqld --console
110704 18:03:28 [Note] Plugin 'FEDERATED' is disabled.
110704 18:03:28 InnoDB: The InnoDB memory heap is disabled
110704 18:03:28 InnoDB: Mutexes and rw_locks use Windows interlocked functions
110704 18:03:28 InnoDB: Compressed tables use zlib 1.2.3
110704 18:03:28 InnoDB: Initializing buffer pool, size = 47.0M
110704 18:03:28 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 34603008 bytes
InnoDB: than specified in the .cnf file 0 25165824 bytes!
110704 18:03:28 [ERROR] Plugin 'InnoDB' init function returned error.
110704 18:03:28 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
110704 18:03:28 [ERROR] Unknown/unsupported storage engine: INNODB
110704 18:03:28 [ERROR] Aborting

110704 18:03:28 [Note] mysqld: Shutdown complete

--------------------------------------------------------
There are no files in the data directory, just mysql and performance_schema subdirectories. I have write privileges to the directory. Can someone help?

Options: ReplyQuote


Subject
Written By
Posted
INNODB error starting mysqld
July 04, 2011 07:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.