mirror of
https://github.com/doocs/advanced-java.git
synced 2026-08-18 10:43:29 +08:00
docs: 修正查看主从同步延时命令
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
我们通过 MySQL 命令:
|
我们通过 MySQL 命令:
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
show status
|
show slave status
|
||||||
```
|
```
|
||||||
|
|
||||||
查看 `Seconds_Behind_Master` ,可以看到从库复制主库的数据落后了几 ms。
|
查看 `Seconds_Behind_Master` ,可以看到从库复制主库的数据落后了几 ms。
|
||||||
|
|||||||
Reference in New Issue
Block a user