centos6.x中通过chkconfig设置开机启动
chkconfig mysqld on
chkconfig mysqld off
7.x通过systemctl设置开机启动
systemctl enable httpd
systemctl disable httpd
centos6.x中通过chkconfig设置开机启动
chkconfig mysqld on
chkconfig mysqld off
7.x通过systemctl设置开机启动
systemctl enable httpd
systemctl disable httpd