各种软件启动方式
1. MySQL
# 启动
service mysqld start
# 关闭
service mysqld stop
# 重启
service mysqld restart
2. Redis
# 启动
service redisd start
# 关闭
service redisd stop
3. nginx
#启动
./nginx
#关闭
./nginx -s quit
或
nginx
# 启动
systemctl start nginx
# 停止
systemctl stop nginx
# 重启
systemctl restart nginx
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于