- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Connecting to mysql using nifi
- Labels:
-
Apache NiFi
Created on ‎05-23-2018 06:33 PM - edited ‎08-17-2019 10:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Shu If you can have a look too
Created ‎05-23-2018 11:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@shu tried almost all the thing mentioned above but still no luck
