参考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