Skip to content

Commit 7bceeb7

Browse files
CDAP-17394 update mysql document
1 parent 3733575 commit 7bceeb7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

mysql-delta-plugins/docs/mysql-cdcSource.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,14 @@ mysql> GRANT SELECT, RELOAD, SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIE
4343
mysql> FLUSH PRIVILEGES;
4444
```
4545

46-
46+
If using a hosted option such as Amazon RDS or Amazon Aurora that do not allow a global read lock, table-level locks are
47+
used to create the consistent snapshot. In this case, you need to also grant LOCK_TABLES permissions to the user that
48+
you create.
4749

4850
Setting up JDBC Driver
4951
-----------
50-
If it is not already installed, instructions for installing the MySQL JDBC driver can be found on the Hub.
52+
If it is not already installed, instructions for installing the MySQL JDBC driver can be found on the Hub. The MySQL
53+
JDBC driver installed should be version 8 or above.
5154

5255
Plugin Properties
5356
-----------

0 commit comments

Comments
 (0)