日期:2014-05-16  浏览次数:20665 次

MySql无法启动的问题(非常见)。
由于我的服务器空间不够,映射了另外的一台服务器的文件夹到这台服务器作为Z:盘。

在安装mySQL时,想将库文件存储到映射的Z:盘中(权限都已设为了everyone完全控制)。

可是到了最后一步怎样也无法启动服务。错误日志如下:

110205 1:27:53 InnoDB: Operating system error number 3 in a file operation.
InnoDB: The error means the system cannot find the path specified.
InnoDB: If you are installing InnoDB, remember that you must create
InnoDB: directories yourself, InnoDB does not create them.
InnoDB: File name Z:\MySQL Datafiles\ibdata1
InnoDB: File operation call: 'create'.
InnoDB: Cannot continue operation.

都弄到凌晨2点了,无奈了,安装到C:盘就没问题。

谁能帮帮我啊!!!不应该不能放到映射网络驱动器吧。

------解决方案--------------------
InnoDB: File name Z:\MySQL Datafiles\ibdata1
InnoDB: File operation call: 'create'.
InnoDB: Cannot continue operation.

看看提示,映射的盘InnoDB操作会失败,放弃吧。
------解决方案--------------------
你是如何 映射 的? 通过NFS的话则可以。