Windows system >> Windowsの知識 >  >> コンピュータソフトウェアのチュートリアル >> サーバー技術 >> サーバーについて >> CentosでのApacheの再起動、mysqlの再起動、nginxの再起動方法

CentosでのApacheの再起動、mysqlの再起動、nginxの再起動方法

  

CentosでのApacheの再起動、mysqlの再起動、nginxの再起動方法

1. apacheを再起動します。

service httpd restrat

/etc/init.d/httpd stop

/etc/init.d/httpd start

2. mysqlの再起動

service mysqlの再起動

/etc/init.d/mysqld stop

/etc/init.d/mysqld start

3. Nginxの再起動

service nginxの再起動

/Etc /init.d /nginx stop

/etc/init.d/nginx start

Copyright © Windowsの知識 All Rights Reserved