Windows 7 MySQL Error 1067 Services Will not Start
up vote
5
down vote
favorite
This has been a nightmare of a problem. I initially installed WAMP and everything worked fine. I restarted my computer and MySQL server hasn't worked since. I have been trying to install just MySQL and the "SQL Instance Config" freezes and when trying to start the service I receive the "Error 1067: The process terminated unexpectedly". I have searched for hours online trying all of the various solutions. These are the main ones that I recall seeing the most.
- Changing the install paths to ones without spaces
- Deleting all mySQL files and reinstalling
- Starting the services through the command Prompt
Here is a copy of the errors file. I believe somewhere with this InnoDB lies the problem, but I can't seem to be able to solve it.
- 121203 22:20:59 [Note] Plugin 'FEDERATED' is disabled.
- 121203 22:20:59 InnoDB: The InnoDB memory heap is disabled
- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
- 121203 22:20:59 InnoDB: Compressed tables use zlib 1.2.3
- 121203 22:20:59 InnoDB: Error: unable to create temporary file; errno: 2
- 121203 22:20:59 [ERROR] Plugin 'InnoDB' init function returned error.
- 121203 22:20:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
- 121203 22:20:59 [ERROR] Unknown/unsupported storage engine: INNODB
- 121203 22:20:59 [ERROR] Aborting
- 121203 22:20:59 [Note] C:mysqlbinmysqld: Shutdown complete
This seems like such a common problem, that I would think there would be more definitive solutions, but I'm hoping that someone will be able to help me out.
Thanks!
mysql service innodb mysql-error-1067
add a comment |
up vote
5
down vote
favorite
This has been a nightmare of a problem. I initially installed WAMP and everything worked fine. I restarted my computer and MySQL server hasn't worked since. I have been trying to install just MySQL and the "SQL Instance Config" freezes and when trying to start the service I receive the "Error 1067: The process terminated unexpectedly". I have searched for hours online trying all of the various solutions. These are the main ones that I recall seeing the most.
- Changing the install paths to ones without spaces
- Deleting all mySQL files and reinstalling
- Starting the services through the command Prompt
Here is a copy of the errors file. I believe somewhere with this InnoDB lies the problem, but I can't seem to be able to solve it.
- 121203 22:20:59 [Note] Plugin 'FEDERATED' is disabled.
- 121203 22:20:59 InnoDB: The InnoDB memory heap is disabled
- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
- 121203 22:20:59 InnoDB: Compressed tables use zlib 1.2.3
- 121203 22:20:59 InnoDB: Error: unable to create temporary file; errno: 2
- 121203 22:20:59 [ERROR] Plugin 'InnoDB' init function returned error.
- 121203 22:20:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
- 121203 22:20:59 [ERROR] Unknown/unsupported storage engine: INNODB
- 121203 22:20:59 [ERROR] Aborting
- 121203 22:20:59 [Note] C:mysqlbinmysqld: Shutdown complete
This seems like such a common problem, that I would think there would be more definitive solutions, but I'm hoping that someone will be able to help me out.
Thanks!
mysql service innodb mysql-error-1067
Well one thing that springs to mind is that the installation is not running with local administrator privileges: the bit about -- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
– David Soussan
Mar 16 '15 at 6:30
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
This has been a nightmare of a problem. I initially installed WAMP and everything worked fine. I restarted my computer and MySQL server hasn't worked since. I have been trying to install just MySQL and the "SQL Instance Config" freezes and when trying to start the service I receive the "Error 1067: The process terminated unexpectedly". I have searched for hours online trying all of the various solutions. These are the main ones that I recall seeing the most.
- Changing the install paths to ones without spaces
- Deleting all mySQL files and reinstalling
- Starting the services through the command Prompt
Here is a copy of the errors file. I believe somewhere with this InnoDB lies the problem, but I can't seem to be able to solve it.
- 121203 22:20:59 [Note] Plugin 'FEDERATED' is disabled.
- 121203 22:20:59 InnoDB: The InnoDB memory heap is disabled
- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
- 121203 22:20:59 InnoDB: Compressed tables use zlib 1.2.3
- 121203 22:20:59 InnoDB: Error: unable to create temporary file; errno: 2
- 121203 22:20:59 [ERROR] Plugin 'InnoDB' init function returned error.
- 121203 22:20:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
- 121203 22:20:59 [ERROR] Unknown/unsupported storage engine: INNODB
- 121203 22:20:59 [ERROR] Aborting
- 121203 22:20:59 [Note] C:mysqlbinmysqld: Shutdown complete
This seems like such a common problem, that I would think there would be more definitive solutions, but I'm hoping that someone will be able to help me out.
Thanks!
mysql service innodb mysql-error-1067
This has been a nightmare of a problem. I initially installed WAMP and everything worked fine. I restarted my computer and MySQL server hasn't worked since. I have been trying to install just MySQL and the "SQL Instance Config" freezes and when trying to start the service I receive the "Error 1067: The process terminated unexpectedly". I have searched for hours online trying all of the various solutions. These are the main ones that I recall seeing the most.
- Changing the install paths to ones without spaces
- Deleting all mySQL files and reinstalling
- Starting the services through the command Prompt
Here is a copy of the errors file. I believe somewhere with this InnoDB lies the problem, but I can't seem to be able to solve it.
- 121203 22:20:59 [Note] Plugin 'FEDERATED' is disabled.
- 121203 22:20:59 InnoDB: The InnoDB memory heap is disabled
- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
- 121203 22:20:59 InnoDB: Compressed tables use zlib 1.2.3
- 121203 22:20:59 InnoDB: Error: unable to create temporary file; errno: 2
- 121203 22:20:59 [ERROR] Plugin 'InnoDB' init function returned error.
- 121203 22:20:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
- 121203 22:20:59 [ERROR] Unknown/unsupported storage engine: INNODB
- 121203 22:20:59 [ERROR] Aborting
- 121203 22:20:59 [Note] C:mysqlbinmysqld: Shutdown complete
This seems like such a common problem, that I would think there would be more definitive solutions, but I'm hoping that someone will be able to help me out.
Thanks!
mysql service innodb mysql-error-1067
mysql service innodb mysql-error-1067
asked Dec 4 '12 at 3:34
Biglu315
91127
91127
Well one thing that springs to mind is that the installation is not running with local administrator privileges: the bit about -- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
– David Soussan
Mar 16 '15 at 6:30
add a comment |
Well one thing that springs to mind is that the installation is not running with local administrator privileges: the bit about -- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
– David Soussan
Mar 16 '15 at 6:30
Well one thing that springs to mind is that the installation is not running with local administrator privileges: the bit about -- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
– David Soussan
Mar 16 '15 at 6:30
Well one thing that springs to mind is that the installation is not running with local administrator privileges: the bit about -- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
– David Soussan
Mar 16 '15 at 6:30
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I fixed this for my Windows Server 2012 installation to opening up the properties dialog for the MySQL56 service, go to the login tab then click the local system account radio button, then the MySQL56 service started up ok.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I fixed this for my Windows Server 2012 installation to opening up the properties dialog for the MySQL56 service, go to the login tab then click the local system account radio button, then the MySQL56 service started up ok.
add a comment |
up vote
0
down vote
I fixed this for my Windows Server 2012 installation to opening up the properties dialog for the MySQL56 service, go to the login tab then click the local system account radio button, then the MySQL56 service started up ok.
add a comment |
up vote
0
down vote
up vote
0
down vote
I fixed this for my Windows Server 2012 installation to opening up the properties dialog for the MySQL56 service, go to the login tab then click the local system account radio button, then the MySQL56 service started up ok.
I fixed this for my Windows Server 2012 installation to opening up the properties dialog for the MySQL56 service, go to the login tab then click the local system account radio button, then the MySQL56 service started up ok.
answered Mar 24 '15 at 9:29
ejectamenta
6571117
6571117
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f13695680%2fwindows-7-mysql-error-1067-services-will-not-start%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Well one thing that springs to mind is that the installation is not running with local administrator privileges: the bit about -- 121203 22:20:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
– David Soussan
Mar 16 '15 at 6:30