服务器常用命令
mysql
启动
systemctl start mysqld
停止
systemctl stop mysqld
重启
systemctl restart mysqld
service mysql start
service mysql stop
php-fpm
启动
systemctl start php-fpm
停止
systemctl stop php-fpm
重启
systemctl restart php-fpm
nginx
启动
systemctl start nginx
停止
systemctl stop nginx
重启
systemctl restart nginx
/usr/local/nginx/sbin/nginx -s reload
默认分类 2020-01-16 11:04:47 通过 网页 浏览(2176)
共有0条评论!