service mysql restart
(systemctl restart mysql)
出現錯誤訊息
mysql.service: Failed with result ‘exit-code’.
Job for mysql.service failed because the control process exited with error code. See “systemctl status mysql.service” and “journalctl -xe” for details.
systemctl status mysql.service
仔細看了LOG之後,才知道是硬碟空間滿了,所以才無法順利運作。
Mysql的部份binlog佔了很大的空間,直接刪掉,再啟動服務,就順利運作。
再來處理nginx / php7.4 這些系統的log之後
後來再做log rotate設定之後,應該就可以穩定運作。
才移機沒有多久,空間就佔滿了,看來,還是需要細部微調。
隨機文章
- SEO知識_常被忽略的網頁配置問題 (2007-11-20)
- Tag for wordpress pages. (2009-02-28)
- Alexa 排名測試 (2012-10-27)
- proxy與google的gmail (2009-01-13)
- centos 7 hotp 安裝指令 (2016-07-03)