jjzjj

Mysql InnoDB Operating system error number 32 in a file operation on Windows 上的一个文件操作

coder 2023-10-01 原文

几天前,我的 Windows 机器上的 MySQL 服务器无法成功关闭。我在 MySQL 错误日志中发现了这些行的多个实例:

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.

我有足够的空闲空间,服务器安装了几个月,版本是 5.1.22-rc-community-log on Windows XP SP3,我只使用一个 Windows 帐户创建和执行 MySQL 服务。

根据 Greg 的回答,我通过 ProcessExplorer 发现有另一个 MySQL 服务正在运行,但名称不同。我杀了它,一切都运行良好。

最佳答案

如果该文件正在被另一个程序使用,那么 Process Explorer可以帮助您找到打开它的那个。我假设您已经检查过您只运行了一个 MySQL 副本。

关于Mysql InnoDB Operating system error number 32 in a file operation on Windows 上的一个文件操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/283661/

有关Mysql InnoDB Operating system error number 32 in a file operation on Windows 上的一个文件操作的更多相关文章

随机推荐