Open rmiesner69 opened 6 years ago
If I run in verbose mode I get: replicate_do_db: Database replicate_ignore_db: replicate_do_table: replicate_ignore_table: replicate_wild_do_table: replicate_wild_ignore_table: do_db_query: TABLE_SCHEMA = 'Database' ignore_db_query: do_table_query: ignore_table_query: wild_do_table_query: wild_ignore_table_query: query: AND (((TABLE_SCHEMA = 'Database')) { "data": [ ] }
Seems like it just no running the query for the tables that are being replicated.
I have most of this working but the LLD doesn't seem to be able to do a discovery. If I issue the following on the cli: ./mysql.sh replication discovery i receive: { "data": [ ] } It doesn't error out but no results make it seem that I have something misconfigured. Any help or ideas would be appreciated. Thanks