MySql service stops under 2008 r2 x64
Posted
by
volody
on Server Fault
See other posts from Server Fault
or by volody
Published on 2011-01-05T07:25:16Z
Indexed on
2011/01/06
16:55 UTC
Read the original article
Hit count: 335
I have installed MySql 5.5 server under windows 2008r2 x64
Apparently I can see that MySql service stops even if is configured to start automatically
What can I do to find out why this is happening?
MySql database is used as backend of ASP.Net web site
Is it possible that web site was not active for a while and system stop mysql service?
Update: It was mysql-5.5.7-rc-winx64. I could be an issue with this version (release candidate).
Now I am trying to install mysql-5.5.8-winx64
And I have an issue with configuring MySql to work using name pipes I did uncheck use of TCP/IP protocol and configuration wizard just hangs
Update: I have found workaround. It is required to configure MySql to use TCP/IP first, then reconfigure to use named pipes
It looks like this link also has some information about the possible problems How should I diagnose ERROR 1045 during MySQL installation?
© Server Fault or respective owner