Merge pull request #16964 from baolinking/patch-1

fix:修改SERVER_STATUS的语法实例
This commit is contained in:
Shengliang Guan 2022-09-21 09:14:28 +08:00 committed by GitHub
commit ef33476be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1233,7 +1233,7 @@ SELECT SERVER_VERSION();
### SERVER_STATUS
```sql
SELECT SERVER_VERSION();
SELECT SERVER_STATUS();
```
**说明**:返回服务端当前的状态。