Home > Database > Mysql Tutorial > body text

MySQL出现“错误1067:进程意外终止”_MySQL

WBOY
Release: 2016-06-01 12:59:07
Original
959 people have browsed it

1、错误描述

\

 

2、错误原因

今天,我在摸索如何利用命令查看MySQL日志,查了很多资料,大多数是通过修改my.ini文件配置。我修改了配置后,准备重启MySQL服务器,先执行了net stop mysql,发现服务还是没停;于是,我直接到Windows7服务下去停止MySQL服务,停了服务后再次重启,就弹出上述警示窗口

 

3、解决办法

为了解决这个问题,我查阅了大量的资料,总结几点:

(1)删除my.ini文件

(2)修改默认的存储引擎

(3)删除data下的 ib_logfile0,ib_logfile1,ibdata1

(4)重装MySQL

前三种方法,我尝试了很多次,没有效果,依旧弹出警示窗口。最后,实在没办法了,我重装了MySQL,结果发现不再弹出警示窗口。由此证明,解决办法要根据自己遇到的实际情况来,不能照本宣科。

 

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!