69 lines
674 B
Markdown
69 lines
674 B
Markdown
### 常用命令说明
|
|
|
|
|
|
- 面板相关命令
|
|
|
|
```
|
|
/etc/init.d/mw default
|
|
|
|
service mw [start|stop|reload|restart|status]
|
|
```
|
|
|
|
- OpenResty
|
|
|
|
```
|
|
|
|
systemctl [start|stop|reload|restart|status] openresty
|
|
|
|
```
|
|
|
|
- MySQL
|
|
|
|
```
|
|
|
|
systemctl [start|stop|reload|restart|status] mysql
|
|
|
|
```
|
|
|
|
- MariaDB
|
|
|
|
```
|
|
|
|
systemctl [start|stop|reload|restart|status] mariadb
|
|
|
|
```
|
|
|
|
- PHP
|
|
|
|
```
|
|
|
|
systemctl [start|stop|reload|restart|status] php[54-81]
|
|
|
|
systemctl start php71
|
|
```
|
|
|
|
- Redis
|
|
|
|
```
|
|
|
|
systemctl [start|stop|reload|restart|status] redis
|
|
|
|
```
|
|
|
|
- Memcached
|
|
|
|
```
|
|
|
|
systemctl [start|stop|reload|restart|status] memcached
|
|
|
|
```
|
|
|
|
|
|
- sphinx
|
|
|
|
```
|
|
|
|
systemctl [start|stop|reload|restart|status] sphinx
|
|
|
|
```
|