docker journalctl報錯的解決方法:1、開啟指令視窗;2、執行「[root@377c6ef694e7 src]# chmod -R 777 /var/lib/mysql」指令即可。
本文操作環境:centos7系統、Docker 20.10.11版本、Dell G3電腦。
如何解決docker journalctl報錯問題?
See “systemctl status mysqld.service“ and “journalctl -xe“ for details.
情境
:docker容器: 啟動mysql系統:centos
問題
:[root@377c6ef694e7 src]# systemctl start mysqld Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.service" and "journalctl -xe" for details. [root@377c6ef694e7 src]# journalctl -xe
[root@377c6ef694e7 src]# chmod -R 777 /var/lib/mysql # 新增權限.
建議學習:《###docker教學###》###以上是如何解決docker journalctl報錯問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!