From 9fd984a611368ee82831abe3f723221ff1f787ae Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 20 Dec 2023 14:38:08 +0800 Subject: [PATCH] Update tidb-cloud/configure-sql-users.md --- tidb-cloud/configure-sql-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/configure-sql-users.md b/tidb-cloud/configure-sql-users.md index cd936d4a06608..e16aba04de086 100644 --- a/tidb-cloud/configure-sql-users.md +++ b/tidb-cloud/configure-sql-users.md @@ -58,7 +58,7 @@ To create a SQL user, take the following steps: - **Built-in Role**: you need to select a built-in role for the SQL user in the **Built-in Role** drop-down list. - - **Custom Role**: if your cluster has custom roles that are created using the [`CREATE ROLE`](/sql-statements/sql-statement-create-role.md) statement), you can grant custom roles to the SQL user by selecting the roles from the **Custom Role** drop-down list. Otherwise, the **Custom Roles** drop-down list is invisible here. + - **Custom Role**: if your cluster has custom roles that are created using the [`CREATE ROLE`](/sql-statements/sql-statement-create-role.md) statement, you can grant custom roles to the SQL user by selecting the roles from the **Custom Role** drop-down list. Otherwise, the **Custom Roles** drop-down list is invisible here. For each SQL user, you can grant a built-in role and multiple custom roles (if any).