Fix the example of ntp server address (#353)
Fix the example of ntp server address
This commit is contained in:
parent
c392189bbb
commit
79f262cc4d
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user