ubuntu16.04开机启动mysql

Posted Ranger漫步者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu16.04开机启动mysql相关的知识,希望对你有一定的参考价值。

ubuntu16.04开机启动mysql:

1、执行sysv-rc-conf --level 2345 mysql on,如果提示没有sysv-rc-conf命令,先下载

  下载命令:sudo apt-get install sysv-rc-conf

2、查看服务列表sysv-rc-conf --list mysql,如果看到2345都是on,则设置成功

root@192:/home/bigdata# sysv-rc-conf --list mysql
mysql 0:off 1:off 2:on 3:on 4:on 5:on 6:off

3、重启reboot,检验msyql是否已经重启,ps -ef|grep mysql,如出现下图,说明重启成功

root@192:/home/bigdata# ps -ef|grep mysql
mysql 24747 1 0 10月18 ? 00:01:18 /usr/sbin/mysqld
root 24858 20869 0 10月18 pts/8 00:00:00 sudo mysql_secure_installation
root 24859 24858 0 10月18 pts/8 00:00:00 mysql_secure_installation
root 54018 20869 0 10:47 pts/8 00:00:00 vi /etc/mysql/my.cnf
root 54123 54102 0 10:49 pts/9 00:00:00 grep --color=auto mysql


 

以上是关于ubuntu16.04开机启动mysql的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu 16.04LTS修改开机启动项

Ubuntu 16.04设置rc.local开机启动命令/脚本的方法(通过update-rc.d管理Ubuntu开机启动程序/服务)

Ubuntu 16.04设置开机启动应用程序

Ubuntu 16.04设置开机启动脚本的方法

Ubuntu16.04 怎么添加开机启动自动执行程序命令

Ubuntu 16.04设置Redis为开机自动启动服务