Mysql意外停止 1067

140615 21:42:01 [Note] Plugin 'FEDERATED' is disabled.
140615 21:42:01 InnoDB: The InnoDB memory heap is disabled
140615 21:42:01 InnoDB: Mutexes and rw_locks use Windows interlocked functions
140615 21:42:01 InnoDB: Compressed tables use zlib 1.2.3
140615 21:42:02  InnoDB: Error: unable to create temporary file; errno: 2
140615 21:42:02 [ERROR] Plugin 'InnoDB' init function returned error.
140615 21:42:02 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
140615 21:42:02 [ERROR] Unknown/unsupported storage engine: INNODB
140615 21:42:02 [ERROR] Aborting

140615 21:42:02 [Note] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete


 mysql意外停止

找到资料,在my.ini里面加入tmpdir="D:/Program Files/MySQL/MySQL Server 5.5/data/

当然,要确保:basedir,datadir都正确

 

之前还好好地,就是下了个什么超级兔子加速,估计是把相关temp的都给改了,之前就发现系统的临时文件目录出问题了


这里又遇到各mysql意外停止的情况:mysql如果乱改mysql表的情况或者强行改变其表,都会产生这样的错误

你可能感兴趣的:(mysql)