clickhouse-sink-connector/doc/Troubleshooting.md
2022-08-25 08:57:24 -04:00

328 B

Caused by: io.debezium.DebeziumException: java.sql.SQLSyntaxErrorException: Access denied; you need (at least one of)

the SUPER, REPLICATION CLIENT privilege(s) for this operation

mysql> GRANT SELECT, RELOAD, SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'user' IDENTIFIED BY 'password';