From 3ba76cf23745a911a9963417da78249cc4ab9587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=B4=A0=E5=A8=9F?= <91582541+Xjxjy@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:20:32 +0800 Subject: [PATCH] Update README.md (#52) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb18d0d..6cb678c 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Before you run the commands, make sure that these conditions are met: > **NOTE:** If the preceding conditions are not met, see [Use OBD to start an OceanBase cluster](#Use-OBD-to-start-an-OceanBase-cluster). +> **NOTE:** For the convenience of using root here, OBD and OceanBase database do not have any restrictions on running users. We do not recommend that you use root in production. ```shell obd cluster deploy c1 -c ./example/mini-local-example.yaml obd cluster start c1 -- GitLab