📌  相关文章
📜  github 操作失败 sudo: etc init.d mysql: command not found - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:49.013000             🧑  作者: Mango

代码示例1
sudo /etc/init.d/mysql start fails to start MySQL.
It was working fine but started failing recently.

sudo service mysql start 
This works fine.

Source https://github.community/t/github-actions-fails-to-start-mysql-20-04/217308