After the installation of MySQL service has been unable to start, after booting in Services.msc error: 1037
Check the error log file Win-01408110001.err:
2014-12-28 00:33:54 2c3c InnoDB:Error:unable to create temporary file; Errno:2
2014-12-28 00:33:54 11300 [ERROR] Plugin ' InnoDB ' init function returned ERROR.
2014-12-28 00:33:54 11300 [ERROR] Plugin ' InnoDB ' registration as a STORAGE ENGINE failed.
2014-12-28 00:33:54 11300 [ERROR] unknown/unsupported storage Engine:innodb
2014-12-28 00:33:54 11300 [ERROR] Aborting
Can't seem to create a temp folder
Check that the default Temp folder C:/windows/temp is read-only and cannot be stripped of read-only properties
Add a sentence in the config file My.ini:
Tmpdir=e:/temp
The directory of the Temp folder was modified, and then started, successfully.
Unable to start service issue after installing MySQL