常用命令说明

pull/157/head
midoks 3 years ago
parent e3e704984e
commit 5626110bd9
  1. 1
      README.md
  2. 68
      cmd.md

@ -22,6 +22,7 @@
- 吹水组 - https://t.me/mdserver_web - 吹水组 - https://t.me/mdserver_web
- [兼容性测试报告](/compatibility.md) - [兼容性测试报告](/compatibility.md)
- [常用命令说明](/cmd.md)
### 主要插件介绍 ### 主要插件介绍

@ -0,0 +1,68 @@
### 常用命令说明
- 面板相关命令
```
/etc/init.d/mw default
service mw [start|stop|reload|restart|status]
```
- OpenResty
```
sytemctl [start|stop|reload|restart|status] openresty
```
- MySQL
```
sytemctl [start|stop|reload|restart|status] mysql
```
- MariaDB
```
sytemctl [start|stop|reload|restart|status] mariadb
```
- PHP
```
sytemctl [start|stop|reload|restart|status] php[54-81]
sytemctl start php71
```
- Redis
```
sytemctl [start|stop|reload|restart|status] redis
```
- Memcached
```
sytemctl [start|stop|reload|restart|status] memcached
```
- sphinx
```
sytemctl [start|stop|reload|restart|status] sphinx
```
Loading…
Cancel
Save