The MySQL service is in the status "starting" on windows

Posted by andres descalzo on Server Fault See other posts from Server Fault or by andres descalzo
Published on 2010-09-06T19:45:05Z Indexed on 2012/03/31 17:32 UTC
Read the original article Hit count: 312

I have several months working to "MySQL-5-1-47" on windows 2003. When I restarted, the service "MySQL" stay in this state "starting".

The only way to raise the service was running the program directly:

C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld

This is the MySQL error log

100906 16:07:29 [Note] Event Scheduler: Purging the queue. 0 events
100906 16:07:32  InnoDB: Starting shutdown...
100906 16:07:37 [Note] Plugin 'FEDERATED' is disabled.
100906 16:07:38  InnoDB: Shutdown completed; log sequence number 0 44233
100906 16:07:38 [Note] mysqld: Shutdown complete

100906 16:07:39  InnoDB: Started; log sequence number 0 44233
100906 16:17:21 [Note] Plugin 'FEDERATED' is disabled.
100906 16:17:22  InnoDB: Started; log sequence number 0 44233
100906 16:22:01 [Note] Plugin 'FEDERATED' is disabled.
100906 16:22:02  InnoDB: Started; log sequence number 0 44233
100906 16:22:02 [Note] Event Scheduler: Loaded 0 events
100906 16:22:02 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld.exe: ready for connections.
Version: '5.1.47-community'  socket: ''  port: 3306  MySQL Community Server (GPL)

The last lines are after loading the program from the shell

Thank.

© Server Fault or respective owner

Related posts about windows-server-2003

Related posts about mysql