From fa7c7bf569aab507a768f3d95f4957dab489632e Mon Sep 17 00:00:00 2001 From: Kanthi Date: Wed, 15 Nov 2023 17:07:04 -0500 Subject: [PATCH] Update README.md Update README.md to set database.connectionTimeZone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 367740ca8..5ead5fa24 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ GLOBAL OPTIONS: | database.allowPublicKeyRetrieval | **Optional**, MySQL specific: true/false | | auto.create.tables | When True, connector will create tables(transformed DDL from source) | | persist.raw.bytes | Debezium.BYTES data(usually UUID) is persisted as raw bytes(CH String) if set to true. | -| connectionTimeZone | Specify MySQL timezone for DATETIME conversions.https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-temporal-types | +| database.connectionTimeZone | Example: "US/Samoa, Specify MySQL timezone for DATETIME conversions.https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-temporal-types | | enable.snapshot.ddl | When true, pre-existing DDL statements from source(MySQL) will be executed. Warning: This might run DROP TABLE commands. |