View Single Post
Old 02-27-2013, 01:18 PM   PM User | #15
ranger
New Coder

 
Join Date: Jan 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
ranger is an unknown quantity at this point
OK, I did the following command from the Command prompt

C:\>"Program Files\MySQL\MySQL Server 5.5\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.5\my.ini" --console

and here's the result:

130227 20:15:41 [Note] Plugin 'FEDERATED' is disabled.
130227 20:15:41 InnoDB: The InnoDB memory heap is disabled
130227 20:15:41 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130227 20:15:41 InnoDB: Compressed tables use zlib 1.2.3
130227 20:15:41 InnoDB: Initializing buffer pool, size = 42.0M
130227 20:15:41 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 25165824 bytes
InnoDB: than specified in the .cnf file 0 10485760 bytes!
130227 20:15:41 [ERROR] Plugin 'InnoDB' init function returned error.
130227 20:15:41 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

130227 20:15:41 [ERROR] Unknown/unsupported storage engine: INNODB
130227 20:15:41 [ERROR] Aborting

130227 20:15:41 [Note] Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete


I don't understand where the problem is.. and what I should do...
ranger is offline   Reply With Quote