創(chuàng)新互聯(lián)專注于企業(yè)網(wǎng)絡營銷推廣、網(wǎng)站重做改版、宣漢網(wǎng)站定制設計、自適應品牌網(wǎng)站建設、H5建站、商城網(wǎng)站建設、集團公司官網(wǎng)建設、外貿(mào)網(wǎng)站制作、高端網(wǎng)站制作、響應式網(wǎng)頁設計等建站業(yè)務,價格優(yōu)惠性價比高,為宣漢等各大城市提供網(wǎng)站開發(fā)制作服務。
下面跟著筆者一起來了解下apache與MySQL如何添加進系統(tǒng)服務及成功設置開機啟動,相信大家看完肯定會受益匪淺,文字在精不在多,希望apache與mysql如何添加進系統(tǒng)服務及成功設置開機啟動這篇短內(nèi)容是你想要的。
apache
1 cp /usr/local/apache/bin/apachectl /etc/init.d/httpd
2 chkconfig --add httpd
出現(xiàn)錯誤service httpd does not support chkconfig
打開 vi /etc/rc.d/init.d/httpd 添加(#!/bin/sh下面)
# chkconfig: 345 85 15
# description: Activates/Deactivates Apache Web Server
345代表哪些Linux級別需要啟動httpd, 啟動序號是85, 關閉序號是15
3 chkconfig httpd on
mysql
1 cp /root/tools/mysql-5.1.72/support-files/mysql.server /etc/init.d/mysqld
1.1 chmod 700 /etc/init.d/mysqld
2 chkconfig --add mysqld
3 chkconfig mysqld on
看完apache與mysql如何添加進系統(tǒng)服務及成功設置開機啟動這篇文章后,很多讀者朋友肯定會想要了解更多的相關內(nèi)容,如需獲取更多的行業(yè)信息,可以關注我們的行業(yè)資訊欄目。