debian查看自启动列表

时间:2016-02-06 14:11:10   收藏:0   阅读:613

参考mysql的安装与使用

http://www.cnblogs.com/xusir/p/3334217.html

先安装软件chkconfig

sudo apt-get install chkconfig

再查看

/sbin/chkconfig -list | grep mysql  

将mysql 添加到启动列表里面

/sbin/config -add mysql

从启动列表里面删除

/sbin/config -del mysql

原文:http://www.cnblogs.com/chuiyuan/p/5183922.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!