Hi, I'm using MySQL server(8.0.12) for my development and PutSQL processor in Nifi for inserting records in DB. I have downloaded mysql-connector-java-8.0.12.jar and pointed it in the DBCPConnectionPool setting but I'm getting an error,
"Cannot create PoolableConnectionFactory( client doesn't support authentication protocol supported by user, consider upgrading MySQL client) " I guess there is no need to upgrade the client as I have downloaded the suitable version of jar file. Also, I have given full permission for the folder containing the jar file. Please let me know where I have gone wrong. Thanks Vyshali
