diff --git a/content/en/docs/Developerguide/administrators.md b/content/en/docs/Developerguide/administrators.md index 563e08ccfc9abf424890e5f8df83318cc5dac547..c51762f2b1d13ebdb217b45906a42d60ec19936a 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 071c53aaccceab8596f075d6df9fbe854eb3a762..bee4a2ea88385ad83769d89ebf915b745daf9232 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 8072dc53d9750a40ba79eb42ea94008a7b67901d..df4d8ad301095e03aedbb23bad7af122a5c3b630 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管理用途,而非业务应用。