跟进:Wampserver 图标没有完全变绿,mysql 服务没有启动?
我有 wampserver,但该wampmysqld
过程并没有突然启动。我在命令行上尝试mysqld.exe --console
并收到以下消息:
D:\wamp\bin\mysql\mysql5.5.8\bin>mysqld.exe --console
130721 11:33:00 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use Windows interlocked functions
InnoDB: Compressed tables use zlib 1.2.3
130721 11:33:00 InnoDB: Initializing buffer pool, size = 128.0M
130721 11:33:00 InnoDB: Completed initialization of buffer pool
130721 11:33:00 InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
现在我怎样才能找出哪个程序也在使用 InnoDB 的文件?我已经多次关闭并重新启动服务,并且还关闭并重新启动了计算机。我还删除了 mysql/data
文件夹中的所有平面文件,因此它现在只包含其他文件夹。