MySQL taking a long time to start

Posted by Dscoduc on Server Fault See other posts from Server Fault or by Dscoduc
Published on 2010-03-23T04:36:18Z Indexed on 2010/03/23 4:41 UTC
Read the original article Hit count: 324

Filed under:
|
|

I'm running Windows Server 2008 with MySQL installed and every time I reboot the server the MySQL Service doesn't start right away. A look into the Windows Eventlog shows that the MySQL Service was hung at startup. Looking at the Services.msc console shows the service state at Starting...

Eventually, like 10 minutes, the MySQL Service actually finishes the startup process and the database becomes available for my Wordpress server...

I looked at the MySQL .err files and didn't find anything that would indicate a delay in the statup process...

Can anyone suggest a way to determine what is causing the delay, and more importantly, how to prevent the delay in the MySQL Startup?

© Server Fault or respective owner

Related posts about mysql

Related posts about Windows