求xampp中mysql启动失败解决方法(不删除ibdata1 文件)
错误提示:
11:35:17 [mysql] Error: MySQL shutdown unexpectedly.
11:35:17 [mysql] This may be due to a blocked port, missing dependencies,
11:35:17 [mysql] improper privileges, a crash, or a shutdown by another method.
11:35:17 [mysql] Press the Logs button to view error logs and check
11:35:17 [mysql] the Windows Event Viewer for more clues
11:35:17 [mysql] If you need more help, copy and post this
11:35:17 [mysql] entire log window on the forums
自己找的解决方案:
1.找到本地磁盘D:存放xampp的文件夹,点击打开文件夹
2.找到Mysql文件夹,点击打开
3.找到data文件夹,点击打开
4.找到 ibdata1 这个文件,并删除它
但是这样做的话自己的数据表就丢失了,所以想着不删除ibdata1那个文件的话怎么解决这问题呢?温柔一点
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
去找MySQL的日志,看看启动失败的具体原因
或者根据你提供的这些一条一条的检查,看看那个不符合