Fix the example of ntp server address (#353)

Fix the example of ntp server address
This commit is contained in:
Longda 2021-09-10 13:22:23 +08:00 committed by GitHub
parent c392189bbb
commit 79f262cc4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ OceanBase 集群中的服务器时间必须保持一致,否则会导致 OceanB
3. 运行以下命令同步 NTP 服务端时间:
```bash
ntpdate 10.244.0.114
ntpdate <yout_ntp_server_ip>
```
@ -133,7 +133,7 @@ OceanBase 集群中的服务器时间必须保持一致,否则会导致 OceanB
5. 运行以下命令,启动 NTP 服务:
```bash
/etc/init.d/ntpd start
service ntpd start
```