码迷,mamicode.com
首页 > 数据库 > 详细

xampp运行MySQL shutdown unexpectedly解决方法

时间:2020-05-29 19:39:22      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:res   pen   baidu   conf   apach   logs   pac   imp   enc   

xampp运行MySQL数据时出现 Error: MySQL shutdown unexpectedly.解决方案

技术图片

故障描述:

12:15:46 [mysql] Attempting to start MySQL app...

12:15:47 [mysql] Status change detected: running

12:15:47 [mysql] Status change detected: stopped

12:15:47 [mysql] Error: MySQL shutdown unexpectedly.

12:15:47 [mysql] This may be due to a blocked port, missing dependencies,

12:15:47 [mysql] improper privileges, a crash, or a shutdown by another method.

12:15:47 [mysql] Press the Logs button to view error logs and check

12:15:47 [mysql] the Windows Event Viewer for more clues

12:15:47 [mysql] If you need more help, copy and post this

12:15:47 [mysql] entire log window on the forums

故障说明:

在我们启动xampp时,发现Apache可以正常启动;而MySQL却不能正常运行。我们称它为MySQL意外关机。这是由于端口被占用,或者缺少运行特权,崩溃而导致MySQL数据库意外关闭。

技术图片

解决办法:

在xampp软件界面找到MySQL组件,点击其组件下的config按钮,打开mysql配置文件(位置如下图);

[技术图片

在mysql配置文件内搜索到[mysqld]所在行,在其下方插入

[mysqld]

innodb_force_recovery = 4

保存后关闭记事本(位置如下图);

[技术图片

这时重新运行MySQL组件,是不是发现问题已经解决了呢!

转自:https://jingyan.baidu.com/article/90895e0ff0fd1864ec6b0b1c.html

xampp运行MySQL shutdown unexpectedly解决方法

标签:res   pen   baidu   conf   apach   logs   pac   imp   enc   

原文地址:https://www.cnblogs.com/makalochen/p/12989161.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!