From 9323b7328be2e03a62c19beb5071d04a65862080 Mon Sep 17 00:00:00 2001 From: gongsiyi150 <623965125@qq.com> Date: Thu, 2 Jul 2020 15:55:43 +0800 Subject: [PATCH] update documents. --- content/en/docs/Developerguide/administrators.md | 2 +- content/en/docs/Developerguide/server-optimization-x86.md | 2 +- .../Developerguide/\347\256\241\347\220\206\345\221\230.md" | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/Developerguide/administrators.md b/content/en/docs/Developerguide/administrators.md index 563e08ccf..c51762f2b 100644 --- a/content/en/docs/Developerguide/administrators.md +++ b/content/en/docs/Developerguide/administrators.md @@ -2,7 +2,7 @@ ## Initial Users -The account automatically generated during openGauss installation is called an initial user. An initial user is the system, monitoring, O&M, and security policy administrator who has the highest-level permissions in the system and can perform all operations. The username is the same as the name of the OS user who installs openGauss. The initial password is **GaussDB@2012**. After the first login, change the initial password in time. +The account automatically generated during openGauss installation is called an initial user. An initial user is the system, monitoring, O&M, and security policy administrator who has the highest-level permissions in the system and can perform all operations. The username is the same as the name of the OS user who installs openGauss,please refer to the *Installation Guide* for detail. An initial user bypasses all permission checks. You are advised to use an initial user as a database administrator only for database management other than service running. diff --git a/content/en/docs/Developerguide/server-optimization-x86.md b/content/en/docs/Developerguide/server-optimization-x86.md index 071c53aac..bee4a2ea8 100644 --- a/content/en/docs/Developerguide/server-optimization-x86.md +++ b/content/en/docs/Developerguide/server-optimization-x86.md @@ -4,7 +4,7 @@ The following are optional settings for optimizing MOT database performance runn - [BIOS](bios.md#EN-US_TOPIC_0257867355) - [OS Environment Settings](os-environment-settings.md#EN-US_TOPIC_0257867356) -- **Disk/SSD** +- [Disk/SSD](disk-ssd.md#EN-US_TOPIC_0257867357) - [Network](network.md#EN-US_TOPIC_0257867358) Generally, databases are bounded by the following components: diff --git "a/content/zh/docs/Developerguide/\347\256\241\347\220\206\345\221\230.md" "b/content/zh/docs/Developerguide/\347\256\241\347\220\206\345\221\230.md" index 8072dc53d..df4d8ad30 100644 --- "a/content/zh/docs/Developerguide/\347\256\241\347\220\206\345\221\230.md" +++ "b/content/zh/docs/Developerguide/\347\256\241\347\220\206\345\221\230.md" @@ -2,7 +2,7 @@ ## 初始用户 -openGauss安装过程中自动生成的帐户称为初始用户。初始用户也是系统管理员、监控管理员、运维管理员和安全策略管理员,拥有系统的最高权限,能够执行所有的操作。该帐户与进行openGauss安装的操作系统用户同名,其初始密码为GaussDB@2012。在第一次登录数据库后,请及时修改此初始化密码。 +openGauss安装过程中自动生成的帐户称为初始用户。初始用户也是系统管理员、监控管理员、运维管理员和安全策略管理员,拥有系统的最高权限,能够执行所有的操作。该帐户与进行openGauss安装的操作系统用户同名,具体请参见《安装指南》。 初始用户会绕过所有权限检查。建议仅将此初始用户作为DBA管理用途,而非业务应用。 -- Gitee