Lệnh restart – start – stop Nginx, Php-FPM, MariaDB (MySQL) trên Centos

Thảo luận trong 'Hosting, VPS và Domain' bắt đầu bởi Trần Văn Cường, 31/5/16.

  1. Trần Văn Cường

    Trần Văn Cường I love CNTT Thành viên BQT Thành viên BQT

    Tham gia ngày:
    8/11/15
    Bài viết:
    3,693
    Đã được thích:
    43
    Điểm thành tích:
    48
    Giới tính:
    Nam
    Nghề nghiệp:
    Sinh Viên
    Nơi ở:
    Quảng Ninh thân yêu!
    Web:

    Lệnh restart – start – stop Nginx , Php-FPM, MariaDB (MySQL) trên Centos6 và Centos7

    restart-stop-start-nginx-centos.jpg

    1. Nginx

    Trên centos 6:

    Restart: service nginx restart
    Stop: service nginx stop
    Start: service nginx start

    Nếu restart thành công thì sẽ có chữ OK.

    thu-lenh.JPG

    Trên centos 7:


    Restart: systemctl restart nginx.service
    Stop: systemctl stop nginx.service
    Start: systemctl start nginx.service


    2. PHP-FPM

    Restart: service php-fpm restart
    Stop: service php-fpm stop
    Start: service php-fpm start

    Trên centos 7:


    Restart: systemctl restart php-fpm.service
    Stop: systemctl stop php-fpm.service
    Start: systemctl start php-fpm.service

    3. MariaDB (MySQL)

    Restart:
    service mysql restart
    Stop: service mysql stop
    Start: service mysql start

    Trên centos 7:

    Restart:
    systemctl restart mariadb.service
    Stop: systemctl stop mariadb.service
    Start: systemctl start mariadb.service

    Các dịch vụ khác bạn có thể suy luận tương tự như trên.

    Chúc bạn thành công.
     

    Bình Luận Bằng Facebook

    data-href="https://cnttqn.com/threads/lenh-restart-start-stop-nginx-php-fpm-mariadb-mysql-tren-centos.1911.html"