User does not have the 'LOCK TABLES' privilege required to obtain a consistent snapshot by preventing concurrent writes to tables.
Attempting to run connector against user that has the below permission. "LOCK TABLES" is only allowed against a specific database. When running the connector I get an error that I do not have permission to LOCK TABLES. I am not very well versed in Java but it looks like maybe the permission check does not accept on a per table basis? Note that my database.whitelist only include the database I have access to lock.GRANT SELECT, LOCK TABLES ON `db_name`.* TO 'user'@'%'
--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+unsubscribe@googlegroups.com.
To post to this group, send email to debe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/7535f023-c889-4b80-bafa-8820478c0ab4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
FLUSH TABLES a, b, c WITH READ LOCK