您的位置:首页 > 其它

InnoDB: Error: unable to create temporary file

2014-02-20 13:47 387 查看
记录一个Mysql安装过程中抛的异常:

2013-12-21 09:24:53 4948 [Note] Plugin 'FEDERATED' is disabled.
2013-12-21 09:24:53 4948 [Note] InnoDB: The InnoDB memory heap is disabled
2013-12-21 09:24:53 4948 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2013-12-21 09:24:53 4948 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-12-21 09:24:53 4948 [Note] InnoDB: Not using CPU crc32 instructions
2013-12-21 09:24:53 15f0  InnoDB: Error: unable to create temporary file; errno: 2
2013-12-21 09:24:53 4948 [ERROR] Plugin 'InnoDB' init function returned error.
2013-12-21 09:24:53 4948 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2013-12-21 09:24:53 4948 [ERROR] Unknown/unsupported storage engine: InnoDB
2013-12-21 09:24:53 4948 [ERROR] Aborting


解决方法:删除F:\Program Files\mysql-5.6.15-win32\data\ib_logfile0
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐