mysql - 如何找到哪些程序也在访问innodb文件并阻塞mysql进程?

标签 mysql innodb wampserver

跟进:Wampserver icon not going green fully, mysql services not starting up?

我有 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 文件夹中的所有平面文件,以便它现在仅包含其他文件夹。

最佳答案

尝试Process Explorer

Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.

关于mysql - 如何找到哪些程序也在访问innodb文件并阻塞mysql进程?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17770520/

相关文章:

python - mysqldb 查询 : not enough arguments for format string

来自多个条目的mysql否定

java - 使用 JTextFields 中的字符串填充 JTable

mysql - Squeryl 关系 1 :N

PHP + 锁定 MySQL 表失败

php - 无法使用 php 和 bootstrap 表单将数据插入 MySQL

mysql - 如何使用索引优化 InnoDB 上的 COUNT(*) 性能

mysql - InnoDB Small 更新很慢,性能问题

本地主机上的 php mail() 函数

php - 为什么这个 htaccess 文件在 wamp 服务器中不起作用