跟進:Wampserver icon not going green fully, mysql services not starting up?如何找到哪些程序也訪問innodb文件並阻止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
文件夾中的所有平面文件,以便它現在只包含其他文件夾。