Created on 05-23-2018 06:33 PM - edited 08-17-2019 10:30 PM
Hi,
I'm trying to connect to nifi from mysql, so while connecting i'm facing some poolable connection error like
My client nifi is set up on docker and mysql is on host that is local.
I can see sql workbench able to connect to mysql on 127.0.0.1 and 3306 so it means port is opened.
But looking the below error suggest that there is some problem connecting to mysql
Any help on this would be appreciated
Created 05-23-2018 06:34 PM
@Shu If you can have a look too
Created 05-23-2018 11:44 PM
Make sure you are using correct mysql jdbc jar and check the connectivity between docker nifi instance,Local mysql.
Please refer to the below links that having solutions for same exact issue,
Created 05-24-2018 04:37 PM
@shu tried almost all the thing mentioned above but still no luck