问题描述:在ubuntu16.X下设置mysql服务自启动时出现错误命令提示 原因:linux环境下的chkconfig被sysv-rc-conf所替代 解决办法 sudo apt-get update sudo apt-get install sysv-rc-conf 成功: 来源:https://www.cnblogs.com/kisun168/p/11331293.html 标签 chkconfig sudo命令 apt-get update linux系统