Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I am attempting to run a fresh MySQL install on my Windows machine, however I get this in the error log upon running mysqld:

120702 16:56:28 [Note] Plugin 'FEDERATED' is disabled.
120702 16:56:28 InnoDB: The InnoDB memory heap is disabled
120702 16:56:28 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120702 16:56:28 InnoDB: Compressed tables use zlib 1.2.3
120702 16:56:28  InnoDB: Error: unable to create temporary file; errno: 2
120702 16:56:28 [ERROR] Plugin 'InnoDB' init function returned error.
120702 16:56:28 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120702 16:56:28 [ERROR] Unknown/unsupported storage engine: InnoDB
120702 16:56:28 [ERROR] Aborting

I assumed it is a file permission error, however I checked that and it seems to be fine. Does anyone know how to solve this?

share|improve this question
Please tell which MySQL version you are using this bug report might be relevant bugs.mysql.com/bug.php?id=13002 – Mahesh Patil Jul 3 '12 at 13:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.