這個問題不是在服務器上碰到的而是在本地使用學習型的php環境時碰到的,我在打開本地環境XAMPP的MySQL時遇到的shutdown unexpectedly錯誤了,下面我們一起來看我找到的解決辦法吧。 遇到打開本地環境XAMPP的MySQL時遇到的shutdown unexpectedly錯誤,那麼該如何解決勒??
關於MySQL啟用失敗,出現了如下情況:
14:39:05 [mysql] Error: MySQL shutdown unexpectedly.
14:39:05 [mysql] This may be due to a blocked port, missing dependencies,
14:39:05 [mysql] improper privileges, a crash, or a shutdown by another method.
14:39:05 [mysql] Press the Logs button to view error logs and check
14:39:05 [mysql] the Windows Event Viewer for more clues
14:39:05 [mysql] If you need more help, copy and post this
14:39:05 [mysql] entire log window on the forums
解決方案:
1.找到本地磁盤D:存放xampp的文件夾,點擊打開文件夾
2.找到Mysql文件夾,點擊打開
3.找到data文件夾,點擊打開
4.找到 ibdata1 這個文件,並刪除它
5.重新啟用MYSQL,啟動成功