Home > Database > Mysql Tutorial > Mysql服务无法启动,显示错误1067解决_MySQL

Mysql服务无法启动,显示错误1067解决_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:29:46
Original
1010 people have browsed it

bitsCN.com

Mysql服务无法启动,显示错误1067解决

 

1、打开my.ini文件,找到default-storage-engine=InnoDB这一行,把它改成default-storage-engine=MyISAM。

 

2、删除在MySQL安装目录下的Data目录中的

ib_logfile0

ib_logfile1

 

3。找到在配置MySQL服务器时指定的InfoDB目录删除掉

ibdata1

 

4。重新启动MySQL的Service  

 

另外Mysql默认安装路径:

 

C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.6

 

bitsCN.com
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template