> I am now getting in the NiFi log file is "PutDatabaseRecord failed to > process StandardFlowFIle Due to Unknown Table > < > name of the table that I am trying to write to > > > in information_schema".
I believe this is due to a mismatch between the MySQL driver version and the MySQL version. See here https://github.com/confluentinc/kafka-connect-jdbc/issues/573#issuecomment-476398546 In my case, I switched my target database from MySQL 5.7 to MySQL 8.0 and this message went away. But based on other similar issues on forums, it looks like you could also fix it by downgrading to a 5.17.x MySQL driver. -- Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/
