[CP] annotate the systemd default ip
This commit is contained in:
@ -1,7 +1,9 @@
|
|||||||
# The ip only can be set when first start up.
|
# The IP can only be configured during the initial startup.
|
||||||
# If you want to change ip you have to uninstall oceanbase and delete the data folder.
|
# By default, the IP is set to the output of hostname -i unless specified otherwise.
|
||||||
# And then install and start the oceanbase with the new ip
|
# To modify the observer IP after startup, you must uninstall OceanBase and remove the data directory.
|
||||||
ip=127.0.0.1
|
# Afterward, you can reinstall and launch OceanBase with the new IP address.
|
||||||
|
# For instance, to set the observer IP to 127.0.0.1, you would use the line:
|
||||||
|
# ip=127.0.0.1
|
||||||
mysqlPort=2881
|
mysqlPort=2881
|
||||||
rpcPort=2882
|
rpcPort=2882
|
||||||
obshellPort=2886
|
obshellPort=2886
|
||||||
|
|||||||
Reference in New Issue
Block a user