步骤如下:
1,查看是否有MysqL服务
[root@MysqL1 ~]# chkconfig --list
2,进入MysqL软件目录,复制MysqL.server文件到 /etc/rc.d/init.d目录下
[root@MysqL1 ~]# cd /data/MysqL/support-files
[root@MysqL1 support-files]# cp MysqL.server /etc/rc.d/init.d/MysqL
3,给/etc/rc.d/init.d/MysqL赋权可执行权限
[root@MysqL1 support-files]# chmod +x /etc/rc.d/init.d/MysqL
4,添加MysqL服务
[root@MysqL1 support-files]# chkconfig --add MysqL
5,使MysqL服务开机自启
[root@MysqL1 support-files]# chkconfig --level 345 MysqL on
6,reboot服务器,测试是否成功。
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。