MySQL Forums
Forum List  »  Newbie

Re: Minecraft Server SQL Problems
Posted by: Carter Merrill
Date: June 05, 2012 01:06PM

This is what's in the .err file:

120601 16:32:44 [Note] Plugin 'FEDERATED' is disabled.
120601 16:32:44 InnoDB: The InnoDB memory heap is disabled
120601 16:32:44 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120601 16:32:44 InnoDB: Compressed tables use zlib 1.2.3
120601 16:32:44 InnoDB: Initializing buffer pool, size = 686.0M
120601 16:32:45 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 235929600 bytes
InnoDB: than specified in the .cnf file 0 359661568 bytes!
120601 16:32:45 [ERROR] Plugin 'InnoDB' init function returned error.
120601 16:32:45 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120601 16:32:45 [ERROR] Unknown/unsupported storage engine: INNODB
120601 16:32:45 [ERROR] Aborting

Clearly there's a problem with it. It also didn't show up when I typed "SHOW ENGINES;". A person on the server program's forums told me to just comment out #skip-innodb, because I had to select Non-Transactional Database to get the service to install without freezing at the "Starting service" task during instance configuration. I have had previous MySQL and Xampp installations, but I completely uninstalled them; I even used a program to get rid of the left over files from them. Any ideas on how to fix this?

Options: ReplyQuote


Subject
Written By
Posted
Re: Minecraft Server SQL Problems
June 05, 2012 01:06PM


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.