Failed to start mysql.service: Unit mysql.service is masked
(2017-03-14 10:15:19)
如果启动时出错:Failed to start mysql.service: Unit mysql.service is
masked
原因可能是之前使用apt-get 安装过mysql,服务被标记过,解除后即可启动:
systemctl unmask mysql.service
apt-get purge
......(点点为为程序名称),purge参数为彻底 删除文件

加载中…