您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息

Ubuntu下设置MySQL自启动故障解决一例

2024/5/6 11:44:41发布6次查看
ubuntu下解决mysql自启动,执行命令: # chkconfig --listthe program
ubuntu下解决mysql自启动,执行命令:
# chkconfig --list
the program 'chkconfig' is currently not installed.  you can install it by typing:
apt-get install chkconfig
发现没安装chkconfig脚本,安装它:
[email protected]:~# apt-get install chkconfig
reading package lists... done
……
安装后执行:
# chkconfig --list | grep mysql
mysql                    0:off  1:off  2:off  3:off  4:off  5:off  6:off
可见mysql不是自启动服务。
用chkconfig让mysql自启动时,执行命令报错:
# chkconfig -a mysql
/sbin/insserv: no such file or directory
mysql                    0:off  1:off  2:off  3:off  4:off  5:off  6:off
网上提供的解决方法是:
# ln -s /usr/lib/insserv/insserv /sbin/insserv
执行命令,继续报错
# chkconfig mysql on
the script you are attempting to invoke has been converted to an upstart
job, but lsb-header is not supported for upstart jobs.
insserv: warning: script 'mysql' missing lsb tags and overrides
insserv: default-start undefined, assuming empty start runlevel(s) for script `mysql'
......
继续查找原因,发现是:
chkconfig命令是用于redhat/fedora发行版的,而对于像ubuntu之类的debian发行版,应该使用这个命令:
sudo update-rc.d mysql defaults
验证一下:
# chkconfig --list | grep mysql
mysql                    0:off  1:off  2:on  3:on  4:on  5:on  6:off
果然搞定了!
最后提醒一句,别忘了删除之前建立的符号连接
# rm -f /sbin/insserv 
本文永久更新链接地址:

该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录