0
我已經看過來自其他線程的各種解決方案,但不能解決這個問題;我找到的解決方案並不適用於此。我正在運行Ubuntu 16.04 LTS,並在幾天前啓動了一臺服務器。服務器一直運行良好,直到它沒有。服用15個miniutes關機後,我現在已經啓動和MySQL將無法啓動:mysql.service失敗,因爲控制進程退出,錯誤代碼
systemctl1 status mysql.service
mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: activating (start-post) (Result: exit-code) since Wed 2017-03-01 09:04:59 GMT; 18s ago
Process: 6969 ExecStart=/usr/sbin/mysqld (code=exited, status=1/FAILURE)
Process: 6967 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 6969 (code=exited, status=1/FAILURE); : 6970 (mysql-systemd-s)
CGroup: /system.slice/mysql.service
└─control
├─6970 /bin/bash /usr/share/mysql/mysql-systemd-start post
└─7080 sleep 1
sudo journalctl -xe
Mar 01 09:08:31 dwight systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
/var/log/mysql/error.log.1正顯示出今日(白天MySQL的崩潰)沒有錯誤,但有一直在登記,直到昨天。 /var/log/mysql/error.log爲空。
任何人都可以建議如何診斷?
Stack Overflow是用於編程和發展問題的站點。這個問題似乎與題目無關,因爲它不涉及編程或開發。請參閱幫助中心的[我可以詢問哪些主題](http://stackoverflow.com/help/on-topic)。也許[超級用戶](http://superuser.com/)或[Unix&Linux堆棧交換](http://unix.stackexchange.com/)會是一個更好的地方。另請參閱[我在哪裏發佈有關Dev Ops的問題?](http://meta.stackexchange.com/q/134306) – jww