Skip to content

Commit

Permalink
Update ticdc/troubleshoot-ticdc.md
Browse files Browse the repository at this point in the history
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
amyangfei and TomShawn authored Jul 5, 2021
1 parent f390209 commit a59442e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ticdc/troubleshoot-ticdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 权限。

0 comments on commit a59442e

Please sign in to comment.