redis
启动: redis-server --service-start
停止:redis-server --service-stop
安装:redis-server --service-install redis.windows.conf
卸载:redis-server --service-uninstall
Apache
(Windows下)启动 :httpd.exe -k start
停止:httpd.exe -k stop
重启:httpd.exe -k restart
MySQL
(Windows)启动:net start mysql
本文介绍在Windows环境下如何启动与停止Redis、Apache及MySQL等服务。对于Redis,使用命令redis-server --service-start来启动服务,使用redis-server --service-stop来停止服务;Apache服务通过httpd.exe -k start启动,httpd.exe -k stop停止;MySQL服务则可通过命令net start mysql启动。
21万+

被折叠的 条评论
为什么被折叠?



