Apr
06

MySQL无法启动

Filed under (知识库) by Steve Luo at 2007-06-04

MySQL无法启动
1、检查windows的日志
2、错误信息是”Default storage engine (InnoDB) is not available

解决方法:
1、删除在MySQL安装目录下的Data目录中的
ib_logfile0
ib_logfile1
2、找到在配置MySQL服务器时指定的InfoDB目录删除掉
ibdata1
3、重新启动MySQL的服务,成功~

top
47 queries. 0.253 seconds.