MySQL服务处于“开始”状态

我有几个月的工作在Windows 2003上的“MySQL-5-1-47”。当我重新启动,服务“MySQL”停留在这种状态“开始”。

提高服务的唯一方法是直接运行程序:

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

这是MySQL错误日志

 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) 

最后一行是在从shell中加载程序之后

谢谢。

看看http://bugs.mysql.com/bug.php?id=49637 。 它描述了你所拥有的同样的症状。 确保您的variables(如tempdir)被正确定义。