MySql service stops under 2008 r2 x64
- by volody
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?