From a59442e605fa7822cbfa74ec4914b310c11affcd Mon Sep 17 00:00:00 2001 From: amyangfei Date: Mon, 5 Jul 2021 18:13:51 +0800 Subject: [PATCH] Update ticdc/troubleshoot-ticdc.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- ticdc/troubleshoot-ticdc.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ticdc/troubleshoot-ticdc.md b/ticdc/troubleshoot-ticdc.md index 7643464fb052..efc26a150cb2 100644 --- a/ticdc/troubleshoot-ticdc.md +++ b/ticdc/troubleshoot-ticdc.md @@ -420,14 +420,14 @@ mysql root@127.0.0.1:test> show create table test; Sink 为 TiDB 或 MySQL 时,下游数据库的用户需要以下权限: -- Select -- Index -- Insert -- Update -- Delete -- Create -- Drop -- Alter -- Create View +- `Select` +- `Index` +- `Insert` +- `Update` +- `Delete` +- `Create` +- `Drop` +- `Alter` +- `Create View` 如果要同步 `recover table` 到下游 TiDB,需要有 `Super` 权限。