Page 1 of 1

MySQL Won't Start-Unknown/unsupported storage engine:InnoDB

PostPosted: 25. December 2015 09:56
by zacharyBJ
2015-12-25 15:43:51 2376 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2015-12-25 15:43:51 2376 [Note] InnoDB: The InnoDB memory heap is disabled
2015-12-25 15:43:51 2376 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-12-25 15:43:51 2376 [Note] InnoDB: Memory barrier is not used
2015-12-25 15:43:51 2376 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-12-25 15:43:51 2376 [Note] InnoDB: Not using CPU crc32 instructions
2015-12-25 15:43:51 948 InnoDB: Error: unable to create temporary file; errno: 0
2015-12-25 15:43:51 2376 [ERROR] Plugin 'InnoDB' init function returned error.
2015-12-25 15:43:51 2376 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2015-12-25 15:43:51 2376 [Note] Plugin 'FEEDBACK' is disabled.
2015-12-25 15:43:51 2376 [ERROR] Unknown/unsupported storage engine: InnoDB
2015-12-25 15:43:51 2376 [ERROR] Aborting



just upgrade to latest XAMPP with PHP 7 :(

Re: MySQL Won't Start-Unknown/unsupported storage engine:Inn

PostPosted: 25. December 2015 11:50
by Nobbie
Enter "InnoDB: Error: unable to create temporary file; errno: 0" into Google and follow advices. There are different reasons for that error.

Re: MySQL Won't Start-Unknown/unsupported storage engine:Inn

PostPosted: 30. January 2016 09:03
by ronshe
I fixed the problem by creating folder for tmpdir.
It wasn't created. I suggest checking existence and permissions/security.