MySQL Forums
Forum List  »  Install & Repo

Inno DB error causes mysql to fail on startup
Posted by: Sreyan Chakravarty
Date: February 13, 2015 12:47PM

I am using Windows 8.1x64 with 8GB RAM. I am using the MySQL Windows Installer from here-:
http://dev.mysql.com/downloads/windows/installer/5.6.html

My exact problem was specified by the following thread with no solution-:
http://forums.mysql.com/read.php?11,623150,623150#msg-623150

Is this a MySQL bug ???

After trying almost all the fixes out there I have finally almost given up. I have downloaded the latest MySQL Windows Installer and it fails to start the database server during the installation.

What I have tried-:

http://stackoverflow.com/a/4196028/1044476

The MySQL installer does not give me an option to install to a place without spaces.

http://stackoverflow.com/a/7990250/1044476

Did not work for me.

http://stackoverflow.com/a/24594129/1044476

Tried uninsatlling and reinstalling the product with no-avail.
Tried manually installing and reinstalling the service.

Tried deleting and adding the service from MySQL Notifier. Did not work.

Tried manually starting the service by using-:
net start mysql56

Did not work.

I am getting a Windows 1067 error.


My error log file contains these suspicious messages-:

2015-02-13 23:38:20 98c InnoDB: Error: unable to create temporary file; errno: 2
2015-02-13 23:38:20 732 [ERROR] Plugin 'InnoDB' init function returned error.
2015-02-13 23:38:20 732 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2015-02-13 23:38:20 732 [ERROR] Unknown/unsupported storage engine: INNODB
2015-02-13 23:38:20 732 [ERROR] Aborting

I am sharing the full error log here-:
https://www.dropbox.com/s/q24vch1oivdssos/SREYAN-PC.err?dl=0
(Dont worry its nothing malicious just a harmless txt file)

Can someone tell me what the hell I am doing wrong over here ? Why isn't InnoDB starting up ?

Options: ReplyQuote


Subject
Written By
Posted
Inno DB error causes mysql to fail on startup
February 13, 2015 12:47PM


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.