【发布时间】:2020-11-29 20:03:59
【问题描述】:
MySql 在 xampp 中没有工作 2 小时。
我的日志是
01:37:11 [mysql] Error: MySQL shutdown unexpectedly.
01:37:11 [mysql] This may be due to a blocked port, missing dependencies,
01:37:11 [mysql] improper privileges, a crash, or a shutdown by another method.
01:37:11 [mysql] Press the Logs button to view error logs and check
01:37:11 [mysql] the Windows Event Viewer for more clues
01:37:11 [mysql] If you need more help, copy and post this
01:37:11 [mysql] entire log window on the forums
我几乎尝试了所有方法,但没有任何效果,而且我认为我的 xampp 设置也变得更糟。
所以现在我将删除 xampp 并重新安装。
但是等等,我的数据库非常重要。
那么我可以通过它重新安装 xampp 并且我拥有我需要的所有数据库。
我无法启动 MySql 我无法访问 phpMyAdmin
那么如何保存文件中的数据?
【问题讨论】:
-
为什么 MySQL 不工作?你查过日志吗??尝试解决这些问题总是最好的,而不是扔掉所有东西重新开始
-
你的数据库是MYISAM还是INNODB?
-
@RiggsFolly 不知道我没注意到,它们是什么类型的数据库,我刚开始使用PHP和mysql
-
这能回答你的问题吗? XAMPP - MySQL shutdown unexpectedly
-
@YunfeiChen 我试过了,没用。