From 393bb86bdbef77d98f33c7972b7f353f962cdede Mon Sep 17 00:00:00 2001 From: shichun-0415 Date: Sat, 28 Jan 2023 16:02:42 +0800 Subject: [PATCH] binlog: add Create View to privileges required by Pump --- tidb-binlog/tidb-binlog-faq.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tidb-binlog/tidb-binlog-faq.md b/tidb-binlog/tidb-binlog-faq.md index c2d06b2bf1cba..6de377e22a005 100644 --- a/tidb-binlog/tidb-binlog-faq.md +++ b/tidb-binlog/tidb-binlog-faq.md @@ -30,6 +30,7 @@ To replicate data to the downstream MySQL or TiDB cluster, Drainer must have the * Execute * Index * Select +* Create View ## What can I do if the Pump disk is almost full?